Summary: | Highlighted window should not be scaled during moving in presentwindow | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | LuRan <hephooey_dev> |
Component: | effects-window-management | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
LuRan
2011-10-06 16:35:16 UTC
Git commit 297d3161e53a5e95104c2235320d91a594c1fab2 by Thomas Lübking. Committed on 06/10/2011 at 22:40. Pushed by luebking into branch 'master'. don't scale highlighted window in present windows during de/activation BUG: 283481 it's even worse, since it interferes with generally upscaled windows (keeps them big, applies false transition and causes a final snapback) and windata->highlight doesn't end at zero, so the entire screen is still a little scaled when the effect ends (and snaps down afterwards) now it snaps down when starting the leave what is better in general and the only usable solution for upscaled windows. some day presentwindows might be derived from the yet-to-add animationeffect class ;-) M +1 -1 kwin/effects/presentwindows/presentwindows.cpp http://commits.kde.org/kde-workspace/297d3161e53a5e95104c2235320d91a594c1fab2 |