Changed: Undo/Redo menu items show their next function, Panels in form are now docked, Positions of controls in form cleaned up a bit,
This commit is contained in:
@@ -151,6 +151,10 @@ namespace AnimationEditor
|
||||
if (hovering)
|
||||
Cursor = System.Windows.Forms.Cursors.Default;
|
||||
hovering = false;
|
||||
if (dragging && totalDragDist != Vector2.Zero)
|
||||
{
|
||||
OnSpriteDragCompleted(new Modifications.SpriteDragArgs(totalDragDist));
|
||||
}
|
||||
dragging = false;
|
||||
}
|
||||
|
||||
@@ -210,7 +214,6 @@ namespace AnimationEditor
|
||||
if(dragging && totalDragDist != Vector2.Zero)
|
||||
{
|
||||
OnSpriteDragCompleted(new Modifications.SpriteDragArgs(totalDragDist));
|
||||
|
||||
}
|
||||
dragging = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user