mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Merge pull request #10687 from Sage-King/double_click_select_expressions
Added double click to add expressions when mapping
This commit is contained in:
commit
a6ace45291
@ -427,6 +427,7 @@ void IOWindow::Update()
|
||||
void IOWindow::ConnectWidgets()
|
||||
{
|
||||
connect(m_select_button, &QPushButton::clicked, [this] { AppendSelectedOption(); });
|
||||
connect(m_option_list, &QTableWidget::cellDoubleClicked, [this] { AppendSelectedOption(); });
|
||||
connect(&Settings::Instance(), &Settings::ReleaseDevices, this, &IOWindow::ReleaseDevices);
|
||||
connect(&Settings::Instance(), &Settings::DevicesChanged, this, &IOWindow::UpdateDeviceList);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user