]> O.S.I.I.S - jp/crow.git/commitdiff
debug
authorjpbruyere <jp.bruyere@hotmail.com>
Wed, 4 Jan 2017 20:35:03 +0000 (21:35 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Wed, 4 Jan 2017 20:35:03 +0000 (21:35 +0100)
src/GraphicObjects/GraphicObject.cs

index 4a61386d5c850151745bca659b037c9c5889f0e8..253328327c0c830be7c7666a330583dc9c3daf77 100644 (file)
@@ -1163,7 +1163,7 @@ namespace Crow
                                onMouseEnter (this, e);
                        }
 
-                       this.onMouseMove (this, e);
+                       this.onMouseMove (this, e);//without this, window border doesn't work, should be removed
                }
                public virtual void onMouseMove(object sender, MouseMoveEventArgs e)
                {