mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
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:
parent
ab58721930
commit
5894cc8a7d
@ -143,6 +143,7 @@ void DockPopupWindow::show(const int x, const int y)
|
|||||||
move(displayPoint);
|
move(displayPoint);
|
||||||
resize(m_lastWidget->size());
|
resize(m_lastWidget->size());
|
||||||
DBlurEffectWidget::show();
|
DBlurEffectWidget::show();
|
||||||
|
activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DockPopupWindow::blockButtonRelease()
|
void DockPopupWindow::blockButtonRelease()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user