tabbar position changing was not saved for drag and drop of the tab bar.
This commit is contained in:
parent
b990284e65
commit
7ec5d3a933
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user