From 222b4666d3c7e4c2d22741b5ccd3f861f9cd3d89 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 16 Feb 2016 15:20:41 +0100 Subject: [PATCH] Do not load the theme again when the UI has been loaded Theme is now loaded on creation instead --- resources/qml/Cura.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 09ea6a54b6..cdd97b84cb 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -706,11 +706,6 @@ UM.MainWindow } } - Component.onCompleted: - { - UM.Theme.load(UM.Resources.getPath(UM.Resources.Themes, "cura")) - } - Timer { id: startupTimer;