OSDN Git Service

StatusText_KeyDownの部分を書き直していなかったのを直した
authorf_swallow <f_swallow@users.sourceforge.jp>
Wed, 5 Jan 2011 12:41:32 +0000 (12:41 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:18:19 +0000 (23:18 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1320 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index eaf36b8..b649525 100644 (file)
@@ -5874,7 +5874,7 @@ RETRY:
     End Sub
 
     Private Sub StatusText_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles StatusText.KeyDown
-        Dim State As Integer = GetModifierState(e)
+        Dim State As Integer = GetModifierState(e.Control, e.Shift, e.Alt)
         If State = ModifierState.NotFlags Then Exit Sub
         If CommonKeyDown(e.KeyCode, ModifierState.StatusText, State) Then
             e.Handled = True