changeset 190:f79958358f16

Oops, forgot to s/mpDimensions/mpUIDimensions/g in few places.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 16:38:52 +0300
parents 283b2b657574
children 4017a8f24f7f
files mpui.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Thu Aug 23 16:35:17 2018 +0300
+++ b/mpui.js	Thu Aug 23 16:38:52 2018 +0300
@@ -203,8 +203,8 @@
   var index = stGetSelValue(stGE("dimensionsID"), -1);
   if (index > 0)
   {
-    mpUIForcedWidth = mpDimensions[index][0];
-    mpUIForcedHeight = mpDimensions[index][1];
+    mpUIForcedWidth = mpUIDimensions[index][0];
+    mpUIForcedHeight = mpUIDimensions[index][1];
   }
   else
     mpUIForcedWidth = mpUIForcedHeight = 0;