X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Ftester%2FUndoPropertyTester.java;h=3ea5293c39d548b08e681cce8ad64e09c6227974;hp=1977d08df90744a8b89331b885dbd048db0d55ad;hb=e88be95edf1f80781646cfdf717ec1b663264179;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07 diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/tester/UndoPropertyTester.java b/bundles/org.simantics.ui/src/org/simantics/ui/tester/UndoPropertyTester.java index 1977d08df..3ea5293c3 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/tester/UndoPropertyTester.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/tester/UndoPropertyTester.java @@ -152,7 +152,7 @@ public class UndoPropertyTester extends PropertyTester implements UndoRedoSuppor int newUndo = oldUndo; int newRedo = oldRedo; try { - ISessionContext ctx = SimanticsUI.getSessionContext(); + ISessionContext ctx = Simantics.getSessionContext(); if (DEBUG) System.out.println("UndoPropertyTester: handle change, ctx=" + ctx); if (ctx == null)