mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 16:57:26 -04:00
MainApp: send unhandled events to base class
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user