Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
2e2cb1a9
Commit
2e2cb1a9
authored
Oct 12, 2020
by
Albert Gräf
Browse files
Merge branch 'dropdown-size' into release_2.15.1
parents
1946806f
85a7f24a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
2e2cb1a9
...
...
@@ -5796,7 +5796,7 @@ function gui_dropdown_dialog(did, attr_array) {
// Just reuse the "gatom" dialog (this is not true anymore, see below)
// ico@vt.edu 2020-08-21: made this into a separate dialog due to inability to easily retitle
// the window
dialogwin
[
did
]
=
create_window
(
did
,
"
dropdown
"
,
22
2
,
268
-
5
,
dialogwin
[
did
]
=
create_window
(
did
,
"
dropdown
"
,
22
8
,
268
-
5
,
popup_coords
[
2
],
popup_coords
[
3
],
attr_array_to_object
(
attr_array
));
// ico@vt.edu 2020-08-21: the following does not work because the window is not created yet?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment