From 129d6c3eaeab66f9813fc637728cde1dd08bcff9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 16 Jun 2019 10:39:29 -0400 Subject: #823 use shiftLayout in squeeze to not mess up monitor orientation --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 4834d9e7..2ce7c217 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -2455,7 +2455,7 @@ angular.module('zmApp.controllers') NVR.debug ("squeezing"); pckry.once('layoutComplete', resizeComplete); $timeout(function () { - pckry.layout(); + pckry.shiftLayout(); }); function resizeComplete() { -- cgit v1.2.3