-
Notifications
You must be signed in to change notification settings - Fork 85
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
Redrawing hangs forever #165
Comments
To reproduce, place the repositories browser image close to the upper left corner and run in a playground: UIManager default informUser: 'Foo' during: [ |
As of version 13cfbaf it does not seem to happen any more. Closing. |
I closed the wrong issue. |
This is fixed for the repositories browser, but will require more work for the commit browser. Postponing to the next version. |
Fixed in 883c2a1 |
If you put the Iceberg Repositories Browser on top left of your Pharo window, whenever you do an action it will hang on redrawing. This is because the messages on top left force a redrawing that might fire a git command that in turn will add another message that starts redrawing again.
The text was updated successfully, but these errors were encountered: