OSDN Git Service

コピー/移動元のタブをTabsDialogのリストアップから除外するように
authorsyo68k <syo68k@users.sourceforge.jp>
Tue, 22 Jun 2010 16:26:57 +0000 (16:26 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:13:44 +0000 (23:13 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@529 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/FilterDialog.vb

index 9261b96..decb33f 100644 (file)
@@ -666,6 +666,7 @@ Public Class FilterDialog
                 For i As Integer = 0 To ListTabs.Items.Count - 1
                     If _cur = ListTabs.Items(i).ToString() Then
                         ListTabs.SelectedIndex = i
+                        tabdialog.TabList.Items.Remove(_cur)
                         Exit For
                     End If
                 Next