mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 05:05:53 +08:00
Remove transitions which caused graphical glitches
Contributes to CL-1165
This commit is contained in:
parent
9c711cc8aa
commit
292d04f3ea
@ -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…
x
Reference in New Issue
Block a user