Explorar o código

Somehow forgot to commit UnitGraph

Ludwig Tietze %!s(int64=7) %!d(string=hai) anos
pai
achega
82df6a8fa8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/ui/view/UnitGraph.java

+ 8 - 0
src/ui/view/UnitGraph.java

@@ -863,6 +863,14 @@ public class UnitGraph extends JPanel implements MouseListener, MouseMotionListe
     	else return model.getGraphIterations();//TODO: maybe rename
     }
     
+    public boolean isStretching(){
+    	return current.isStretching();
+    }
+    
+    public void setStretching(boolean b){
+    	current.setStretching(b);
+    }
+    
     
     static int lv=0;