From e92c21af2881cecea8d65b62104639cdc2316afd Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 29 Mar 2017 12:53:16 +0200 Subject: [PATCH] Remove FIXME CURA-3495 --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 2515510f82..40c91eb487 100755 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -724,7 +724,7 @@ UM.MainWindow } } - // FIXME(lipu): Yeah... I know... it is a mess to put all those things here. + // Yeah... I know... it is a mess to put all those things here. // There are lots of user interactions in this part of the logic, such as showing a warning dialog here and there, // etc. This means it will come back and forth from time to time between QML and Python. So, separating the logic // and view here may require more effort but make things more difficult to understand.