Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tcl/start.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,10 @@ proc configure_style {} {
option add [lindex $elem 1] [lindex $elem 2]
}
}
bind . <<ThemeChanged>> { if {"%W" eq "."} { configure_style } }

catch { ttk::style theme use $::lookTheme }
configure_menus
configure_style
bind . <<ThemeChanged>> { if {"%W" eq "."} { configure_style } }


# Uses the circle and full circle unicode characters to simulate a switch button.
Expand Down