Skip to content

Commit

Permalink
Fixes #3238.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Oct 14, 2021
1 parent ad4d1d6 commit 1f2a3f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 73 deletions.
Expand Up @@ -35,7 +35,7 @@ protected Java2DDisplaySurface createSwingComponent() {

};
surfaceComposite.setEnabled(false);
WorkaroundForIssue1594.installOn(this, parent, surfaceComposite, (Java2DDisplaySurface) getDisplaySurface());
// WorkaroundForIssue1594.installOn(this, parent, surfaceComposite, (Java2DDisplaySurface) getDisplaySurface());
// WorkaroundForIssue2745.installOn(this);
// WorkaroundForIssue1353.install();
return surfaceComposite;
Expand Down

This file was deleted.

Expand Up @@ -189,7 +189,7 @@ public void ownCreatePartControl(final Composite c) {
getOutput().setSynchronized(getOutput().isSynchronized() || CORE_SYNC.getValue());
form.setMaximizedControl(centralPanel);
decorator.createDecorations(form);
c.layout();
c.requestLayout();

}

Expand Down

0 comments on commit 1f2a3f0

Please sign in to comment.