Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: don't refresh MainMenuBar on construction #4977

Merged
merged 1 commit into from
Feb 27, 2017

Conversation

ligfx
Copy link
Contributor

@ligfx ligfx commented Feb 27, 2017

On startup, wxWidgets pops up an assertion error:

./src/osx/menu_osx.cpp(648): assert ""IsAttached()"" failed in
Refresh(): can't refresh unatteched[sic] menubar

On startup, wxWidgets pops up an assertion error:

> ./src/osx/menu_osx.cpp(648): assert ""IsAttached()"" failed in
> Refresh(): can't refresh unatteched menubar
@lioncash
Copy link
Member

Opened a PR upstream to fix that typo.

Is everything still consistent across OS' with this change?

@ligfx
Copy link
Contributor Author

ligfx commented Feb 27, 2017

Good call on the upstream PR!

It works on macOS, I haven't tested on Windows or Linux yet.

@ligfx
Copy link
Contributor Author

ligfx commented Feb 27, 2017

Also looks fine on Windows 10.

@Helios747
Copy link
Contributor

Works on Linux.

@Helios747 Helios747 merged commit 0cac00a into dolphin-emu:master Feb 27, 2017
@ligfx ligfx deleted the fixwxmainmenubar branch May 24, 2017 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants