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

[QT] Bugfix: ensure tray icon menu is not empty #217

Merged
merged 1 commit into from Jan 27, 2017

Conversation

jamoes
Copy link

@jamoes jamoes commented Jan 25, 2017

On my system (running Ubuntu 16.04, with the XFCE desktop), I am experiencing a bug in which the tray icon menu does not contain any content.

This change resolves this bug by moving the trayIcon->show() call to be made after the trayIcon->setContextMenu(trayIconMenu) call.

On my system (running Ubuntu 16.04, with the XFCE desktop), I am experiencing a bug in which the tray icon menu does not contain any content.

This change resolves this bug by moving the `trayIcon->show()` call to be made after the `trayIcon->setContextMenu(trayIconMenu)` call.
@zander
Copy link

zander commented Jan 27, 2017

The teamcity testing system gave an all green on this.

@zander zander merged commit e59a0bc into bitcoinclassic:1.2 Jan 27, 2017
@zander
Copy link

zander commented Jan 27, 2017

Great find! Yeah, that code definitely looks better now :)

@jamoes jamoes deleted the tray-icon-menu branch February 19, 2017 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants