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 0da8a76 commit 0852e0eCopy full SHA for 0852e0e
app/src/processing/app/tools/ColorSelector.java
@@ -43,7 +43,7 @@ public class ColorSelector implements Tool {
43
* Only create one instance, otherwise we'll have dozens of animation
44
* threads going if you open/close a lot of editor windows.
45
*/
46
- static ColorChooser selector;
+ private static volatile ColorChooser selector;
47
48
private Editor editor;
49
0 commit comments