]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/GraphExplorerImpl2.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / src / org / simantics / browsing / ui / swt / GraphExplorerImpl2.java
index 928bed03facc844eea8ef2603307e0a2c988f965..c3407a4fdedfce3bce342b46a6b7ee07f08c8cfe 100644 (file)
@@ -1609,6 +1609,11 @@ public class GraphExplorerImpl2 extends GraphExplorerImplBase implements GraphEx
             }
         }
 
+        @Override
+        public void execFromQuery(java.lang.Runnable r) {
+               ge.queryUpdateScheduler.execute(r);        
+        }
+
         Runnable QUERY_UPDATE_SCHEDULER = new Runnable() {
             @Override
             public void run() {