diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/debian-hacks/Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian-hacks/Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch b/debian/patches/debian-hacks/Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch index 67a21c343b..de797046c8 100644 --- a/debian/patches/debian-hacks/Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch +++ b/debian/patches/debian-hacks/Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch @@ -12,10 +12,10 @@ Closes: #552426, #553453 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/browser/components/sessionstore/SessionStore.sys.mjs b/browser/components/sessionstore/SessionStore.sys.mjs -index 91febbe..69a3a42 100644 +index f269251..2904dab 100644 --- a/browser/components/sessionstore/SessionStore.sys.mjs +++ b/browser/components/sessionstore/SessionStore.sys.mjs -@@ -5918,7 +5918,7 @@ var SessionStoreInternal = { +@@ -5927,7 +5927,7 @@ var SessionStoreInternal = { // _getWindowDimension. let desktopToCssScale = aWindow.desktopToDeviceScale / aWindow.devicePixelRatio; @@ -24,7 +24,7 @@ index 91febbe..69a3a42 100644 } if ( aWidth && -@@ -5946,9 +5946,8 @@ var SessionStoreInternal = { +@@ -5955,9 +5955,8 @@ var SessionStoreInternal = { case "minimized": if (aSizeModeBeforeMinimized == "maximized") { aWindow.maximize(); |