mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix the screen going black on pause after changing windows
More info: https://zeduckmaster.frama.io/2016/how-to-create-a-custom-rendering-in-a-qt5-widget/
This commit is contained in:
@ -19,6 +19,7 @@ public:
|
||||
|
||||
bool event(QEvent* event) override;
|
||||
void showFullScreen();
|
||||
QPaintEngine* paintEngine() const override;
|
||||
|
||||
signals:
|
||||
void EscapePressed();
|
||||
|
Reference in New Issue
Block a user