зеркало из https://github.com/mozilla/gecko-dev.git
Bug 656876 - Panning is broken if sidebars are collapsed [r=mfinkle]
This commit is contained in:
Родитель
7fb702771b
Коммит
3f688917af
|
@ -920,7 +920,7 @@ var Browser = {
|
|||
function visibility(aSidebarRect, aVisibleRect) {
|
||||
let width = aSidebarRect.width;
|
||||
aSidebarRect.restrictTo(aVisibleRect);
|
||||
return aSidebarRect.width / width;
|
||||
return (aSidebarRect.width ? aSidebarRect.width / width : 0);
|
||||
}
|
||||
|
||||
if (!dx) dx = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче