| Summary: | Removing applet through context menu does not trigger remove animation | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Kai Uwe Broulik <kde> |
| Component: | Containment | Assignee: | Sebastian Kügler <sebas> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | bugseforuns, kde, nate, noahadvs, notuxius |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kai Uwe Broulik
2015-08-21 17:25:14 UTC
Both right click close and handle close seems not using animations or they are hardcoded and to fast - can't tell for sure - i set animations in 'Compositor' to 'Very slow' for investigating Compositor settings don't alter Plasma In case it helps anyone in the future, the issue is that the animation is defined in plasma-desktop/containments/desktop/package/contents/ui/ConfigOverlay.qml, so the QAction used by the menu can't use the same animation. The relevant C++ code is currently in plasma-framework/src/plasma/applet.cpp and plasma-framework/src/plasma/private/applet_p.cpp |