Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-05-03 14:45:56 +0300
committerJaime van Kessel <nallath@gmail.com>2022-05-03 14:45:56 +0300
commitf13ec6526b45683bdc445bf338c85dbbce01b90b (patch)
treee76937bd3f73095bdd94bde6a9bd9c8c354f9ca2 /resources/qml
parentcb359cdfe1100eb36598b99cc1da7944cc193a5b (diff)
Disable the running property of the action button by default
This would cause scene updates to be drawn all the time, causing constant cpu drain.
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/ActionButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml
index 187da07cb6..21cdda0627 100644
--- a/resources/qml/ActionButton.qml
+++ b/resources/qml/ActionButton.qml
@@ -155,6 +155,7 @@ Button
height: parent.height
visible: false
+ running: visible
RotationAnimator
{