Snap to shaded windows
Allow snapping to a shaded window BUG:375740
This commit is contained in:
parent
8516faa6ad
commit
7addb06b0f
1 changed files with 1 additions and 1 deletions
|
@ -2731,7 +2731,7 @@ QPointF Workspace::adjustWindowPosition(Window *window, QPointF pos, bool unrest
|
||||||
if ((*l) == window) {
|
if ((*l) == window) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ((*l)->isMinimized() || (*l)->isShade()) {
|
if ((*l)->isMinimized()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!(*l)->isShown()) {
|
if (!(*l)->isShown()) {
|
||||||
|
|
Loading…
Reference in a new issue