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: Fix items vanishing from toolbar #3340

Merged
merged 1 commit into from
Dec 16, 2015

Conversation

ShadowsFriend
Copy link
Contributor

Commit 33487ab introduced a regression
where items would vanish from the toolbar, that means that after a while -- probably after clicking the play/pause button a few times -- only Open, Refresh and Browse remain in the toolbar with the rest of it being empty. I assume the missing call to Realize(), which is required as per the wxWidgets documentation, after the reinsertions of the play/pause button is the culprit. Unfortunately, I cannot reproduce the issue as it seems to not show on every OS and I can only test on Linux. It would be great if someone with access to Windows and/or Mac OS X could test whether this really fixes the issue.

Edit: https://bugs.dolphin-emu.org/issues/9161 describes the issue including a video and steps to reproduce.

Commit 33487ab introduced a regression
where items would vanish from the toolbar. This adds a call to Realize()
after the reinsertions of the play/pause button as required per
documentation.

Thanks to Simonwayneee for noticing this!
@bb010g
Copy link
Contributor

bb010g commented Dec 16, 2015

Tested & works. LGTM.

degasus added a commit that referenced this pull request Dec 16, 2015
DolphinWX: Fix items vanishing from toolbar
@degasus degasus merged commit cc64427 into dolphin-emu:master Dec 16, 2015
@ShadowsFriend ShadowsFriend deleted the missing_icons_regression branch December 16, 2015 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants