Skip to content

Commit 3cf48df

Browse files
authored
Merge pull request #2564 from The-OpenROAD-Project-staging/gui-unminimize
Use minimize/unminimize instead of show
2 parents b28c142 + a4726d2 commit 3cf48df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ define OPEN_GUI
576576
open_$(1):
577577
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
578578
gui_$(1):
579-
$$(UNSET_AND_MAKE) GUI_SHOW=1 open_$(1)
579+
$(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
580580
endef
581581

582582
# Separate dependency checking and doing a step. This can

flow/scripts/open.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ fast_route
6666
if {[env_var_equals GUI_SHOW 1]} {
6767
# Show the GUI when it is ready; it is unresponsive(with modal requesters
6868
# saying it is unresponsive) until everything is loaded
69-
gui::show
69+
gui::unminimize
7070
}

0 commit comments

Comments
 (0)