+ Tabs regain appropriate styling when being removed from a group.

This commit is contained in:
aza@More-Better-Internet.local 2010-04-09 15:17:59 -07:00
parent 1163208298
commit bb96036920

View File

@ -330,7 +330,7 @@ window.Group.prototype = $.extend(new Item(), new Subscribable(), {
if(index != -1)
this._children.splice(index, 1);
$el.data("group", null);
$el.data("group", null).removeClass("tabInGroup");
item.setSize(item.defaultSize.x, item.defaultSize.y);
$el.droppable("enable");
item.removeOnClose(this);