Skip to content

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

Merged
zander merged 1 commit intobitcoinclassic:1.2from
jamoes:tray-icon-menu
Jan 27, 2017
Merged

[QT] Bugfix: ensure tray icon menu is not empty#217
zander merged 1 commit intobitcoinclassic:1.2from
jamoes:tray-icon-menu

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.

2 participants