mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1014708 - Disable zoom for find in page. r=mfinkle
This commit is contained in:
parent
910f580313
commit
1de5772941
@ -77,7 +77,8 @@ var FindHelper = {
|
||||
this._targetTab.sendViewportUpdate();
|
||||
}
|
||||
} else {
|
||||
ZoomHelper.zoomToRect(aData.rect, -1, false, true);
|
||||
// Disabled until bug 1014113 is fixed
|
||||
//ZoomHelper.zoomToRect(aData.rect, -1, false, true);
|
||||
this._viewportChanged = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user