mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00: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:
parent
ab44a7065d
commit
0cb27cc42c
2 changed files with 9 additions and 1 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
|
||||
bool event(QEvent* event) override;
|
||||
void showFullScreen();
|
||||
QPaintEngine* paintEngine() const override;
|
||||
|
||||
signals:
|
||||
void EscapePressed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue