From 465fd90f252ecdb2a163dc71169fbdb173f34315 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 1 Jan 2014 20:28:22 -0500 Subject: [PATCH] *added Jonathan's fix for improper scope of the new color variable --- pd/src/search-plugin.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/search-plugin.tcl b/pd/src/search-plugin.tcl index 48ce1702f..29405b7be 100644 --- a/pd/src/search-plugin.tcl +++ b/pd/src/search-plugin.tcl @@ -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) \ -- GitLab