Also update floating action when removing from a FloatingWindow

Fixes #79
This commit is contained in:
Sergio Martins
2020-09-29 21:02:35 +01:00
parent 07791cd901
commit 2e432f402f
3 changed files with 12 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ private:
friend class TestDocks;
friend class DropIndicatorOverlayInterface;
friend class AnimatedIndicators;
friend class FloatingWindow;
template <typename T>
bool validateAffinity(T *) const;
bool drop(QWidgetOrQuick *droppedwindow, KDDockWidgets::Location location, Frame *relativeTo);