Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
ef0f6eb1
Commit
ef0f6eb1
authored
Aug 20, 2014
by
Ivica Bukvic
Browse files
*fixed appearance regression on the iemgui dialog
parent
2343723c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
ef0f6eb1
...
...
@@ -5925,11 +5925,11 @@ proc pdtk_iemgui_dialog {id mainheader \
match_linux_wm [list frame $id.colors.select]
pack $id.colors.select -side top
match_linux_wm [list
radiobutton $id.colors.select.radio0 -value 0 -variable \
ttk::
radiobutton $id.colors.select.radio0 -value 0 -variable \
::dialog($vid:l2_f1_b0) -text "background" -width 10]
match_linux_wm [list
radiobutton $id.colors.select.radio1 -value 1 -variable \
ttk::
radiobutton $id.colors.select.radio1 -value 1 -variable \
::dialog($vid:l2_f1_b0) -text "front" -width 5]
match_linux_wm [list
radiobutton $id.colors.select.radio2 -value 2 -variable \
ttk::
radiobutton $id.colors.select.radio2 -value 2 -variable \
::dialog($vid:l2_f1_b0) -text "label" -width 5]
if { $::dialog($vid:fcol) >= 0 } {
pack $id.colors.select.radio0 $id.colors.select.radio1 \
...
...
Write
Preview
Supports
Markdown
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