Normand Briere
2019-09-15 d5fac992bb6a91e52a90e8318060f5f26ddab982
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