merged
authormmahringer <s1520454056@students.fh-hagenberg.at>
Tue, 12 Sep 2017 10:38:02 +0200
changeset 52114003b793784b
parent 5209 515070991639
parent 5210 7ef211d6ba4c
child 5212 51971c00458f
merged
     1.1 --- a/isac-java/src/java/isac/gui/mawen/editor/AstComponent.scala	Tue Sep 12 10:37:46 2017 +0200
     1.2 +++ b/isac-java/src/java/isac/gui/mawen/editor/AstComponent.scala	Tue Sep 12 10:38:02 2017 +0200
     1.3 @@ -108,7 +108,7 @@
     1.4  	}
     1.5  	def mouseClicked(e: MouseEvent ) {
     1.6  	  if (e.isControlDown()) {
     1.7 -	    val boxAst : Ast = AstInfoUtil.FindBox(ast)
     1.8 +	    val boxAst : Ast = AstInfoUtil.FindBox(ast)  
     1.9    	  if (boxAst != null) {
    1.10      	  ast =TransformAstUtil.Update(ast, boxAst, TransformAstUtil.UnBox)    
    1.11    	  }