OSDN Git Service

改行無効でEnter投稿の際にShift+Enterでフッタを無効にして投稿できなかったのを修正
authorf_swallow <f_swallow@users.sourceforge.jp>
Wed, 29 Dec 2010 07:08:33 +0000 (07:08 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:18:07 +0000 (23:18 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1280 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 1b865a9..9a64ea3 100644 (file)
@@ -7226,6 +7226,7 @@ RETRY:
                 End If
                 '投稿
                 If (Not StatusText.Multiline AndAlso _
+                        ((keyData And Keys.Shift) = Keys.Shift AndAlso (Not SettingDialog.PostCtrlEnter AndAlso Not SettingDialog.PostShiftEnter)) OrElse _
                         ((keyData And Keys.Control) = Keys.Control AndAlso SettingDialog.PostCtrlEnter) OrElse _
                         ((keyData And Keys.Shift) = Keys.Shift AndAlso SettingDialog.PostShiftEnter) OrElse _
                         (((keyData And Keys.Control) <> Keys.Control AndAlso Not SettingDialog.PostCtrlEnter) AndAlso _