mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt/RenderWidget: Remove fill background functionality
We no longer need this since the video backend handles clearing the window, and it fixes MoltenVK with Qt 5.14.
This commit is contained in:
@ -33,7 +33,6 @@ private:
|
||||
void HandleCursorTimer();
|
||||
void OnHideCursorChanged();
|
||||
void OnKeepOnTopChanged(bool top);
|
||||
void SetFillBackground(bool fill);
|
||||
void OnFreeLookMouseMove(QMouseEvent* event);
|
||||
void PassEventToImGui(const QEvent* event);
|
||||
void SetImGuiKeyMap();
|
||||
|
Reference in New Issue
Block a user