mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove transitions which caused graphical glitches
Contributes to CL-1165
This commit is contained in:
parent
9c711cc8aa
commit
292d04f3ea
1 changed files with 0 additions and 16 deletions
|
|
@ -168,22 +168,6 @@ Popup
|
||||||
visible = true
|
visible = true
|
||||||
}
|
}
|
||||||
closePolicy: closeOnClick ? Popup.CloseOnPressOutside : Popup.NoAutoClose
|
closePolicy: closeOnClick ? Popup.CloseOnPressOutside : Popup.NoAutoClose
|
||||||
// enter: Transition
|
|
||||||
// {
|
|
||||||
// NumberAnimation
|
|
||||||
// {
|
|
||||||
// duration: 75
|
|
||||||
// property: "visible"
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// exit: Transition
|
|
||||||
// {
|
|
||||||
// NumberAnimation
|
|
||||||
// {
|
|
||||||
// duration: 75
|
|
||||||
// property: "visible"
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue