Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

if parsing broken [v1.0.92.01]


  • Please log in to reply
1 reply to this topic
IsNull
  • Moderators
  • 990 posts
  • Last active: May 15 2014 11:56 AM
  • Joined: 10 May 2007
if(control.RePaintOnMouseMove){
   control.OnPaint()	
}
The above Code is nomore valid since I switched from v1.0.90.00 to v1.0.92.01!?

I can fix the error with inserting a space after the "if" but is that actually a wanted feature breaking most of my scripts :roll:

Working code:
if (control.RePaintOnMouseMove){
   control.OnPaint()	
}


Lexikos
  • Administrators
  • 9844 posts
  • AutoHotkey Foundation
  • Last active:
  • Joined: 17 Oct 2006
See v1.0.92.02.