# HG changeset patch # User Matti Hamalainen # Date 1535031532 -10800 # Node ID f79958358f16770dc09a00963c8b2aca048178d1 # Parent 283b2b65757447b2fdb511453a4edc018d644d15 Oops, forgot to s/mpDimensions/mpUIDimensions/g in few places. diff -r 283b2b657574 -r f79958358f16 mpui.js --- 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;