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;
|
var sensitiveArea = this.sensitiveArea;
|
||||||
/* For resizing of shrunken tab bar and clicking closeboxes,
|
/* For resizing of shrunken tab bar and clicking closeboxes,
|
||||||
we have to shrink sensitive area a little. */
|
we have to shrink sensitive area a little. */
|
||||||
if (this.shrunken) {
|
if (this.shrunken) sensitiveArea -= 20;
|
||||||
sensitiveArea = 0;
|
|
||||||
if (pos != 'right' || b.getAttribute(sv.kTAB_INVERTED) == 'true')
|
|
||||||
sensitiveArea -= 20;
|
|
||||||
}
|
|
||||||
|
|
||||||
var shouldKeepShown = (
|
var shouldKeepShown = (
|
||||||
pos == 'left' ?
|
pos == 'left' ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user