OSDN Git Service

StatusTextでShift+SpaceとCtrl+Spaceが効かなくなっていたのを修正
authorf_swallow <f_swallow@users.sourceforge.jp>
Mon, 17 Jan 2011 09:36:23 +0000 (09:36 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:18:29 +0000 (23:18 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1357 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index ce2f224..02c3c29 100644 (file)
@@ -4946,10 +4946,9 @@ RETRY:
                             startstr = StatusText.Text.Substring(i + 1, endidx - i)
                             ShowSuplDialog(StatusText, HashSupl, startstr.Length + 1, startstr)
                         Else
-                            Exit For
+                            Return False
                         End If
                     Next
-                    Pressed = True
                     Return True
                 End If
             End If