Skip to content

Commit 9c4d0a9

Browse files
akoch-yattaHeikoKlare
authored andcommitted
[win32] Remove overwritten Control#isAutoScalable
This commit removes the overwritten implementation of Control#isAutoScalable. This overwritten behavior can cause issues when double buffering with images is used to rendere onto an autoscaled control. This might be reintroduced when the inconsistency that leads to this issue is solved beforehand.
1 parent ad47692 commit 9c4d0a9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,11 +1899,6 @@ boolean isActive () {
18991899
return shell.getEnabled ();
19001900
}
19011901

1902-
@Override
1903-
public boolean isAutoScalable() {
1904-
return autoscalingMode == AutoscalingMode.ENABLED;
1905-
}
1906-
19071902
/**
19081903
* Returns <code>true</code> if the receiver is enabled and all
19091904
* ancestors up to and including the receiver's nearest ancestor

0 commit comments

Comments
 (0)