We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e5c911 + f9481b1 commit 7d6d21fCopy full SHA for 7d6d21f
lib/themed.tcl
@@ -174,7 +174,7 @@ proc InitEntryFrame {} {
174
175
proc gold_frame {w args} {
176
global use_ttk
177
- if {$use_ttk} {
+ if {$use_ttk && ![is_MacOSX]} {
178
eval [linsert $args 0 ttk::frame $w -style Gold.TFrame]
179
} else {
180
eval [linsert $args 0 frame $w -background gold]
@@ -183,7 +183,7 @@ proc gold_frame {w args} {
183
184
proc tlabel {w args} {
185
186
187
set cmd [list ttk::label $w -style Color.TLabel]
188
foreach {k v} $args {
189
switch -glob -- $k {
0 commit comments