OSDN Git Service

設定画面でフッタに関する項目が変更されていた場合に入力欄の文字数表示へ反映されていなかったバグを修正
authorsyo68k <syo68k@users.sourceforge.jp>
Mon, 4 Oct 2010 16:48:42 +0000 (16:48 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:43 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@932 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 7ce6470..48f2b5f 100644 (file)
@@ -3031,6 +3031,12 @@ Public Class TweenMain
                 If uid <> tw.Username Then Me.doGetFollowersMenu()
 
                 SetImageServiceCombo()
+
+                Try
+                    StatusText_TextChanged(Nothing, Nothing)
+                Catch ex As Exception
+
+                End Try
             End SyncLock
         End If