タブのselectedプロパティではなくselectedTabを使うようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5516 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-16 16:05:05 +00:00
parent 684d39952a
commit 828cc140c9

View File

@ -1632,7 +1632,7 @@ try{
if (!aSelf.mDragTime)
aSelf.mDragTime = now;
if (now >= aSelf.mDragTime + aSelf.mDragOverDelay)
info.target.selected = true;
aSelf.selectedTab = info.target;
}
}