Introduce NullIndicators and a Config option for it

Mostly for debugging purposes, but also useful if anyone doesn't
want to display indicators
This commit is contained in:
Sergio Martins
2020-11-28 14:06:24 +00:00
parent 5c055e0b8d
commit a5c65ae039
8 changed files with 84 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ protected:
DropArea *const m_dropArea;
bool m_draggedWindowIsHovering = false;
};
}
#endif