You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix progress dialog remaining on screen after load
This already happened in previous version without the recent changes.
There could be a race, where raw setVisible(false) call executes before
the initial invokeLater call to show it in the first place.
0 commit comments