Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force repaint in NativeGraphicsSource to fix broken animation
When the FigureCanvas is created with SWT.DOUBLE_BUFFERED, animations are not painted correctly. This is because an instance of NativeGraphicsSource is used internally, which doesn't paint synchronously. Because the animation is done inside the UI thread, this paint operation is only processed after the animation is done. Resolves eclipse-gef#376
- Loading branch information