use alt instead ctrl for moving
This commit is contained in:
@@ -196,7 +196,7 @@ Public Class PaintingControl
|
||||
End If
|
||||
End If
|
||||
|
||||
If pressedControl Then
|
||||
If pressedAlt Then
|
||||
|
||||
calcOffset_MouseOnTab = New Point(e.X, e.Y)
|
||||
calcOffset_LastOffset = Offset
|
||||
@@ -281,7 +281,7 @@ Public Class PaintingControl
|
||||
End If
|
||||
|
||||
If calcOffset_IsActive Then
|
||||
If pressedControl Then
|
||||
If pressedAlt Then
|
||||
CalcNewOffset(e.Location)
|
||||
Else
|
||||
calcOffset_IsActive = False
|
||||
|
||||
Reference in New Issue
Block a user