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
Rishabh Gupta
purr-data
Commits
b07637b9
Commit
b07637b9
authored
Mar 12, 2013
by
Ivica Bukvic
Browse files
hopefully fixed stray iemgui dialog error when returning from the custom color selection dialog
parent
1ef8877e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
b07637b9
...
...
@@ -4586,7 +4586,7 @@ proc iemgui_preset_col {id presetcol} {
if { [eval concat $$var_iemgui_l2_f1_b0] == 0 } { set $var_iemgui_bcol $presetcol }
if { [eval concat $$var_iemgui_l2_f1_b0] == 1 } { set $var_iemgui_fcol $presetcol }
if { [eval concat $$var_iemgui_l2_f1_b0] == 2 } { set $var_iemgui_lcol $presetcol }
iemgui_set_col_example $id
catch {
iemgui_set_col_example $id
}
}
proc iemgui_choose_col_bkfrlb {id} {
...
...
@@ -4669,7 +4669,7 @@ proc iemgui_choose_col_bkfrlb {id} {
}
}
iemgui_set_col_example $id
catch {
iemgui_set_col_example $id
}
}
proc iemgui_lilo {id} {
...
...
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