Skip to content
Snippets Groups Projects
Commit 465fd90f authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*added Jonathan's fix for improper scope of the new color variable

parent f41e85e0
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ proc ::dialog_search::create_dialog {mytoplevel} {
ttk::combobox $mytoplevel.f.genrebox -values $genres -state readonly\
-style "Genre.TCombobox" -takefocus 1
$mytoplevel.f.genrebox current 0
ttk::label $mytoplevel.f.advancedlabel -text [_ "Help"] -foreground $pd_colors(link) \
ttk::label $mytoplevel.f.advancedlabel -text [_ "Help"] -foreground $::pd_colors(link) \
-anchor center -style Foo.TLabel
text $mytoplevel.navtext -font "$searchfont -12" -height 1 -bd 0 \
-highlightthickness 0 -bg $::pd_colors(canvas_color) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment