From 292d04f3eaad4143cdc558f6d14253a42d240843 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Thu, 10 Jan 2019 15:27:31 +0100 Subject: [PATCH] Remove transitions which caused graphical glitches Contributes to CL-1165 --- .../resources/qml/GenericPopUp.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml index 15a88ef3fd..7bdec1087c 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml @@ -168,22 +168,6 @@ Popup visible = true } closePolicy: closeOnClick ? Popup.CloseOnPressOutside : Popup.NoAutoClose - // enter: Transition - // { - // NumberAnimation - // { - // duration: 75 - // property: "visible" - // } - // } - // exit: Transition - // { - // NumberAnimation - // { - // duration: 75 - // property: "visible" - // } - // } clip: true