remove redundant actions in toggle_colorscheme

This commit is contained in:
stefan schippers 2023-10-03 10:45:11 +02:00
parent 3ed97b3df2
commit e49f9902a7
1 changed files with 0 additions and 4 deletions

View File

@ -6135,13 +6135,9 @@ proc build_widgets { {topwin {} } } {
}
$topwin.menubar.view.menu add command -label "Toggle colorscheme" -accelerator {Shift+O} -command {
xschem toggle_colorscheme
xschem build_colors
xschem redraw
}
toolbar_add ViewToggleColors {
xschem toggle_colorscheme
xschem build_colors
xschem redraw
} "Toggle Color Scheme" $topwin
$topwin.menubar.view.menu add command -label "Dim colors" -accelerator {} -command {
color_dim