svnno****@sourc*****
svnno****@sourc*****
2011年 1月 17日 (月) 18:36:23 JST
Revision: 1357 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1357 Author: f_swallow Date: 2011-01-17 18:36:23 +0900 (Mon, 17 Jan 2011) Log Message: ----------- StatusTextでShift+SpaceとCtrl+Spaceが効かなくなっていたのを修正 Modified Paths: -------------- trunk/Tween/Tween.vb -------------- next part -------------- Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-01-17 09:21:01 UTC (rev 1356) +++ trunk/Tween/Tween.vb 2011-01-17 09:36:23 UTC (rev 1357) @@ -4946,10 +4946,9 @@ 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