Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitk: check main window visibility before waiting for it to show #705

Merged
merged 1 commit into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. gitk: check main window visibility before waiting for it to show

    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
    
    Signed-off-by: Tobias Pietzsch <[email protected]>
    Tobias Pietzsch authored and Dieken committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2797cd5 View commit details
    Browse the repository at this point in the history