mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Fix context menu showing twice in Game List
This commit is contained in:
parent
7475be99ab
commit
e1638b9326
@ -120,10 +120,6 @@ game_list_frame::game_list_frame(std::shared_ptr<gui_settings> guiSettings, std:
|
||||
QMenu* configure = new QMenu(this);
|
||||
configure->addActions(m_columnActs);
|
||||
configure->exec(mapToGlobal(pos));
|
||||
|
||||
QMenu* pad_configure = new QMenu(this);
|
||||
pad_configure->addActions(m_columnActs);
|
||||
pad_configure->exec(mapToGlobal(pos));
|
||||
});
|
||||
|
||||
connect(m_xgrid, &QTableWidget::itemDoubleClicked, this, &game_list_frame::doubleClickedSlot);
|
||||
|
Loading…
Reference in New Issue
Block a user