summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-15 19:44:12 +0200
committerruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-15 19:44:12 +0200
commit9d1ea470bedc69d57c443c4efa966acdf6f4dbcd (patch)
treeddd477922b862234ce8a38f92b66320d66bd5f34 /indra/newview
parentf6bccd6f9eb62178f9f3d912114d12a84a9e42d6 (diff)
- fix scale problem on Windows
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 0d3a52346a..d0c8145e58 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -1604,7 +1604,6 @@ BOOL LLViewerWindow::handleDPIChanged(LLWindow *window, F32 ui_scale_factor, S32
if (ui_scale_factor >= MIN_UI_SCALE && ui_scale_factor <= MAX_UI_SCALE)
{
gSavedSettings.setF32("LastSystemUIScaleFactor", ui_scale_factor);
- gSavedSettings.setF32("UIScaleFactor", ui_scale_factor);
LLViewerWindow::reshape(window_width, window_height);
mResDirty = true;
return TRUE;