Always outter indicators if the center is obscured with something else

If there's some other floating window over our drop zone, then it's
very difficult to drop if there's no outter indicators.

Now we'll show the outter indicators if we suspect there's some other
window obscuring
This commit is contained in:
Sergio Martins
2020-09-16 12:36:47 +01:00
parent 74adb5f021
commit 576627eb17
5 changed files with 54 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ public:
void grabMouseFor(QWidgetOrQuick *);
void releaseMouse(QWidgetOrQuick *);
FloatingWindow *windowBeingDragged() const;
Q_SIGNALS:
void mousePressed();
void manhattanLengthMove();