summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-06-16 10:39:29 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-06-16 10:39:29 -0400
commit129d6c3eaeab66f9813fc637728cde1dd08bcff9 (patch)
tree0781dc8bfd71519fb9ab1af0177f4237df8a7628
parentc5708748958019fa4d0fa3b6355ef4444fb6ab14 (diff)
#823 use shiftLayout in squeeze to not mess up monitor orientation
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
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() {