mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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.
This commit is contained in:
parent
cb359cdfe1
commit
f13ec6526b
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ Button
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
|
running: visible
|
||||||
|
|
||||||
RotationAnimator
|
RotationAnimator
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue