From 7d0b3773e762584ca321a0943a938540a4fa363d Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 2 Dec 2015 15:12:42 +0100 Subject: [PATCH] ui: Fixed font zoom not affecting graph --- src/lib/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Application.cpp b/src/lib/Application.cpp index 216254dd..0face452 100644 --- a/src/lib/Application.cpp +++ b/src/lib/Application.cpp @@ -144,6 +144,8 @@ void Application::handleMessage(MessageLoadProject* message) void Application::handleMessage(MessageRefresh* message) { + loadSettings(); + if (message->uiOnly) { m_componentManager->refreshViews();