Started implementing support for docking multiple sections into section

This commit is contained in:
Uwe Kindler
2017-02-20 07:36:27 +01:00
parent b93d2fbd48
commit 70a7a7b352
9 changed files with 99 additions and 74 deletions

View File

@@ -171,8 +171,6 @@ DropArea DropOverlay::showDropOverlay(QWidget* target)
return da;
}
//hideDropOverlay();
//std::cout << "_target != target, hideDropOverlay(), _fullAreaDrop = false" << std::endl;
_target = target;
_targetRect = QRect();
_lastLocation = InvalidDropArea;