Skip to content

Commit efd8856

Browse files
Small change to fix issue #445
1 parent f3bb1b1 commit efd8856

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DockOverlay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ DockWidgetArea CDockOverlay::showOverlay(QWidget* target)
431431
d->LastLocation = InvalidDockWidgetArea;
432432

433433
// Move it over the target.
434+
hide();
434435
resize(target->size());
435436
QPoint TopLeft = target->mapToGlobal(target->rect().topLeft());
436437
move(TopLeft);

0 commit comments

Comments
 (0)