Skip to content

Commit

Permalink
Merge branch 'dropdown-size' into release_2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Oct 12, 2020
2 parents 1946806 + 85a7f24 commit 2e2cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd/nw/pdgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5796,7 +5796,7 @@ function gui_dropdown_dialog(did, attr_array) {
// Just reuse the "gatom" dialog (this is not true anymore, see below)
// [email protected] 2020-08-21: made this into a separate dialog due to inability to easily retitle
// the window
dialogwin[did] = create_window(did, "dropdown", 222, 268-5,
dialogwin[did] = create_window(did, "dropdown", 228, 268-5,
popup_coords[2], popup_coords[3],
attr_array_to_object(attr_array));
// [email protected] 2020-08-21: the following does not work because the window is not created yet?
Expand Down

0 comments on commit 2e2cb1a

Please sign in to comment.