mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
}
|
||||
closePolicy: closeOnClick ? Popup.CloseOnPressOutside : Popup.NoAutoClose
|
||||
// enter: Transition
|
||||
// {
|
||||
// NumberAnimation
|
||||
// {
|
||||
// duration: 75
|
||||
// property: "visible"
|
||||
// }
|
||||
// }
|
||||
// exit: Transition
|
||||
// {
|
||||
// NumberAnimation
|
||||
// {
|
||||
// duration: 75
|
||||
// property: "visible"
|
||||
// }
|
||||
// }
|
||||
|
||||
clip: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue