OSDN Git Service

r745が一部おかしかったのを修正
authorf_swallow <f_swallow@users.sourceforge.jp>
Mon, 23 Aug 2010 05:59:08 +0000 (05:59 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:14:54 +0000 (23:14 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@746 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 593876e..1666f1c 100644 (file)
@@ -5122,12 +5122,12 @@ RETRY:
             End If
         End If
         If e.Modifiers = Keys.None Then
-            If e.KeyCode = Keys.F7 Then
-                GetTimeline(WORKERTYPE.DirectMessegeRcv, 1, 0, "")
-            End If
             If e.KeyCode = Keys.F6 Then
                 GetTimeline(WORKERTYPE.Reply, 1, 0, "")
             End If
+            If e.KeyCode = Keys.F7 Then
+                GetTimeline(WORKERTYPE.DirectMessegeRcv, 1, 0, "")
+            End If
         End If
         If e.Modifiers = Keys.Shift Then
             If e.KeyCode = Keys.F6 Then