Skip to content

Commit

Permalink
fix: wine app menu obscured by popup widget
Browse files Browse the repository at this point in the history
  • Loading branch information
kegechen committed Mar 27, 2024
1 parent 00d0f13 commit b02ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/window/tray/widgets/expandiconwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ TrayGridWidget *ExpandIconWidget::popupTrayView()
TrayModel *trayModel = TrayModel::getIconModel();
gridParentView->setTrayGridView(trayView);

gridParentView->setWindowFlags(Qt::FramelessWindowHint | Qt::ToolTip | Qt::WindowStaysOnTopHint | Qt::WindowDoesNotAcceptFocus);
gridParentView->setWindowFlags(Qt::WindowDoesNotAcceptFocus);
trayView->setModel(trayModel);
trayView->setItemDelegate(trayDelegate);
trayView->setSpacing(ITEM_SPACING);
Expand Down

0 comments on commit b02ac58

Please sign in to comment.