Преглед на файлове

temporarily disable autofolding (see issue #16)

Eren Yilmaz преди 6 години
родител
ревизия
d54360d7e8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/animation/PseudoCodeNode.java

+ 2 - 2
src/animation/PseudoCodeNode.java

@@ -106,8 +106,8 @@ public class PseudoCodeNode extends DefaultMutableTreeNode {
         }
         else
         {
-            if( controller == null || controller.getStepOption() != 1 )
-                tree.collapsePath( new TreePath( this.getPath() ) );
+//            if( controller == null || controller.getStepOption() != 1 )
+//                tree.collapsePath( new TreePath( this.getPath() ) );
         }
         if( breakPoint && selected )
             return CodeAction.STOP; // Breakpoint