tabbar position changing was not saved for drag and drop of the tab bar.

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-23 03:26:45 +09:00
parent b990284e65
commit 7ec5d3a933

View File

@ -118,7 +118,7 @@ TabpanelDNDObserver.prototype = {
let orient = (position == 'left' || position == 'right') ? 'vertical' : 'horizontal' ; let orient = (position == 'left' || position == 'right') ? 'vertical' : 'horizontal' ;
sv.setTreePref('tabbar.fixed.'+orient, false); sv.setTreePref('tabbar.fixed.'+orient, false);
} }
sv.position = position; sv.utils.position = position;
} }
aEvent.preventDefault(); aEvent.preventDefault();