Summary: | Present Windows ignore "ignore minimized windows" option. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Fest <fest.in> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fest
2010-12-14 12:33:21 UTC
only for "current Desktop" mode: ::isVisibleWindow() -> ::isSelectableWindow() ... switch( m_mode ) { case ModeAllDesktops: break; case ModeCurrentDesktop: return w->isOnCurrentDesktop(); ... -> looks intended?! (otherwise lacks "&& !(m_ignoreMinimized && w->isMinimized())" > -> looks intended?!
> (otherwise lacks "&& !(m_ignoreMinimized && w->isMinimized())"
>
no, clearly a bug
SVN commit 1207336 by luebking: respect "ignore minimized" for all modes (except tabbox) BUG: 259827 M +6 -4 presentwindows.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1207336 |