File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ define OPEN_GUI
553553open_$(1 ) :
554554 $(2 ) =$(RESULTS_DIR ) /$(1 ) $(OPENROAD_NO_EXIT_CMD ) $(SCRIPTS_DIR ) /open.tcl
555555gui_$(1 ) :
556- $(2 ) =$(RESULTS_DIR ) /$(1 ) GUI_SHOW=1 $(OPENROAD_GUI_CMD ) -minimize $(SCRIPTS_DIR ) /open.tcl
556+ $(2 ) =$(RESULTS_DIR ) /$(1 ) $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /open.tcl
557557endef
558558
559559# Separate dependency checking and doing a step. This can
Original file line number Diff line number Diff line change @@ -63,9 +63,3 @@ if {[env_var_equals GUI_TIMING 1]} {
6363}
6464
6565fast_route
66-
67- if {[env_var_equals GUI_SHOW 1]} {
68- # Show the GUI when it is ready; it is unresponsive(with modal requesters
69- # saying it is unresponsive) until everything is loaded
70- gui::unminimize
71- }
You can’t perform that action at this time.
0 commit comments