mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +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);
|
||||
resize(m_lastWidget->size());
|
||||
DBlurEffectWidget::show();
|
||||
activateWindow();
|
||||
}
|
||||
|
||||
void DockPopupWindow::blockButtonRelease()
|
||||
|
Loading…
x
Reference in New Issue
Block a user