We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134bef1 commit 7468f58Copy full SHA for 7468f58
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
@@ -1916,7 +1916,7 @@ private abstract class AbstractImageProviderWrapper {
1916
abstract AbstractImageProviderWrapper createCopy(Image image);
1917
1918
protected boolean isDisposed() {
1919
- return isInitialized && isDestroyed;
+ return !isInitialized || isDestroyed;
1920
}
1921
1922
protected void destroy() {
0 commit comments