mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #2228
024fe1b
MainApp: send unhandled events to base class (selsta)
This commit is contained in:
commit
431a789a39
@ -38,5 +38,6 @@ bool MainApp::event (QEvent *event)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
// Pass unhandled events to base class
|
||||||
|
return QApplication::event(event);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user