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 d817936 commit f5b173bCopy full SHA for f5b173b
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
@@ -93,7 +93,7 @@ public final class Image extends Resource implements Drawable {
93
/**
94
* this field make sure the image is initialized without any errors
95
*/
96
- boolean isInitialized = false;
+ private boolean isInitialized;
97
98
99
* specifies the transparent pixel
0 commit comments