ui: Fixed font zoom not affecting graph

This commit is contained in:
Eberhard Graether
2015-12-02 15:12:42 +01:00
parent 9ed8dd69c7
commit 7d0b3773e7
+2
View File
@@ -144,6 +144,8 @@ void Application::handleMessage(MessageLoadProject* message)
void Application::handleMessage(MessageRefresh* message)
{
loadSettings();
if (message->uiOnly)
{
m_componentManager->refreshViews();