]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.nattable/src/org/simantics/browsing/ui/nattable/NatTableGraphExplorer.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.browsing.ui.nattable / src / org / simantics / browsing / ui / nattable / NatTableGraphExplorer.java
index 2e9d5a1fce4504f726f7269aa0af733368349ebb..2d2e9ffee1065ad306774527cec8b60708eb1202 100644 (file)
@@ -2384,6 +2384,11 @@ public class NatTableGraphExplorer extends GraphExplorerImplBase implements Grap
             }
         }
 
+        @Override
+        public void execFromQuery(java.lang.Runnable r) {
+               ge.queryUpdateScheduler.execute(r);        
+        }
+
         Runnable QUERY_UPDATE_SCHEDULER = new Runnable() {
             @Override
             public void run() {