Normand Briere
2019-09-30 3966454055db8e04700e881a091c2d33dcfda232
RandomEditor.java
....@@ -98,7 +98,9 @@
9898 //System.out.println(e);
9999 applySelf();
100100 //super.applySelf();
101
- objEditor.refreshContents();
101
+
102
+ Globals.lighttouched = true;
103
+ objEditor.refreshContents();
102104 //Refresh();
103105 }
104106 else