fix: DockPopupWindow losing active status

It causes that child widgets doesn't have focus even though
calling setFocus.
  It was introduced by ec5c447264087420d8ec80a18e7f2bcc4f683a74.
because that DArrowRectangle has activateWindow when show.

Issue: https://pms.uniontech.com/bug-view-172773.html
This commit is contained in:
YeShanShan 2023-05-24 15:42:17 +08:00 committed by yeshanshan
parent ab58721930
commit 5894cc8a7d

View File

@ -143,6 +143,7 @@ void DockPopupWindow::show(const int x, const int y)
move(displayPoint);
resize(m_lastWidget->size());
DBlurEffectWidget::show();
activateWindow();
}
void DockPopupWindow::blockButtonRelease()