mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Fix fallthough in CodeView/MemoryView widgets
This slightly changes the behaviour, but I think this is more correct.
This commit is contained in:
@@ -126,7 +126,9 @@ public:
|
||||
if (event->modifiers() == Qt::ControlModifier)
|
||||
{
|
||||
m_view->TriggerActivateSearch();
|
||||
return;
|
||||
}
|
||||
[[fallthrough]];
|
||||
default:
|
||||
QWidget::keyPressEvent(event);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user