rightside tab bar should be resizable even if it is shrunken and not inverted.
This commit is contained in:
parent
b82531cc51
commit
eade75a329
@ -331,11 +331,7 @@ AutoHideBrowser.prototype = {
|
||||
var sensitiveArea = this.sensitiveArea;
|
||||
/* For resizing of shrunken tab bar and clicking closeboxes,
|
||||
we have to shrink sensitive area a little. */
|
||||
if (this.shrunken) {
|
||||
sensitiveArea = 0;
|
||||
if (pos != 'right' || b.getAttribute(sv.kTAB_INVERTED) == 'true')
|
||||
sensitiveArea -= 20;
|
||||
}
|
||||
if (this.shrunken) sensitiveArea -= 20;
|
||||
|
||||
var shouldKeepShown = (
|
||||
pos == 'left' ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user