Commit fff2fe3
committed
gitk: check main window visibility before waiting for it to show (#705)
If the main window is already visible when gitk waits for it to become
visible, gitk hangs forever.
This commit adds a check whether the window is already visible. See
https://wiki.tcl-lang.org/page/tkwait+visibility
This ports git#944 to `microsoft/git`. for
Git.
Fixed issue #704.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12832 | 12832 | | |
12833 | 12833 | | |
12834 | 12834 | | |
12835 | | - | |
| 12835 | + | |
12836 | 12836 | | |
12837 | 12837 | | |
12838 | 12838 | | |
| |||
0 commit comments