mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
MainWindow: Remove Show() and redistribute its logic to other places.
bugfix: SetQWidgetWindowDecorations(this); not called before show() for Windows darkmode titlebars. The actual call to (QWidget) show() needed to come sooner. Show() was originally left alone, but with other checks needing to move with (QWidget) show(), this function became less useful. Show() was originally created to fix the render widget appearing behind the main window, but that appears to work fine in this iteration.
This commit is contained in:
parent
2aec195ec8
commit
81fc60f888
3 changed files with 9 additions and 18 deletions
|
@ -78,7 +78,6 @@ public:
|
|||
const std::string& movie_path);
|
||||
~MainWindow();
|
||||
|
||||
void Show();
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue