From 6b3912d854283ea74dcd3aa24d6e1760beccdbae Mon Sep 17 00:00:00 2001 From: f_swallow Date: Wed, 6 Oct 2010 11:38:50 +0000 Subject: [PATCH] =?utf8?q?=E7=94=BB=E5=83=8F=E3=82=92=E3=83=89=E3=83=A9?= =?utf8?q?=E3=83=83=E3=82=B0=E3=82=A2=E3=83=B3=E3=83=89=E3=83=89=E3=83=AD?= =?utf8?q?=E3=83=83=E3=83=97=E3=81=97=E3=81=9F=E3=82=89=E3=83=95=E3=82=A9?= =?utf8?q?=E3=83=BC=E3=83=A0=E3=82=92=E3=82=A2=E3=82=AF=E3=83=86=E3=82=A3?= =?utf8?q?=E3=83=96=E3=81=AB=E3=81=97=E3=81=A6=E6=8A=95=E7=A8=BF=E6=AC=84?= =?utf8?q?=E3=81=AB=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=99?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@940 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/Tween.vb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 7fd29956..cc743c6e 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -7696,6 +7696,8 @@ RETRY: TimelinePanel.Enabled = False ImagefilePathText.Text = CType(e.Data.GetData(DataFormats.FileDrop, False), String())(0) ImageFromSelectedFile() + Me.Activate() + StatusText.Focus() ElseIf e.Data.GetDataPresent(DataFormats.StringFormat) Then Dim data As String = TryCast(e.Data.GetData(DataFormats.StringFormat, True), String) If data IsNot Nothing Then StatusText.Text += data -- 2.11.0