Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
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