Skip to content

Commit

Permalink
Fix for issue #76: unable to unhide LockDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zdia committed Feb 25, 2012
1 parent bcad1e7 commit 4742ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/gorilla.tcl
Expand Up @@ -5005,6 +5005,9 @@ proc gorilla::LockDatabase {} {
#

focus $aframe.mitte.pw.pw
# synchronize Tk's event-loop with Aqua's event-loop
update idletasks

if {[catch { grab $top } oops]} {
set ::gorilla::status [mc "error: %s" $oops]
}
Expand Down

0 comments on commit 4742ade

Please sign in to comment.