Skip to content

Fixed issue with tray icon display#2600

Merged
DavidXanatos merged 1 commit intosandboxie-plus:masterfrom
okrc:master
Jan 11, 2023
Merged

Fixed issue with tray icon display#2600
DavidXanatos merged 1 commit intosandboxie-plus:masterfrom
okrc:master

Conversation

@okrc
Copy link
Contributor

@okrc okrc commented Jan 11, 2023

Fixed #2593
Fixed #1590

@isaak654
Copy link
Collaborator

I think it's the same Qt bug indicated in a different point of the code:

m_pTrayIcon->show(); // Note: qt bug; hide does not work if not showing first :/

@okrc
Copy link
Contributor Author

okrc commented Jan 11, 2023

I think it's the same Qt bug

I'm not sure if it's a Qt bug. This is because the record of Windows will be cleared when Tray is created and changed. If show() is not run after the last change, Windows will lose the record of the tray until the program finishes running.

@isaak654 isaak654 changed the title Update SandMan.cpp Fixed issue with tray icon display Jan 11, 2023
@DavidXanatos DavidXanatos merged commit 8cb5f74 into sandboxie-plus:master Jan 11, 2023
@okrc okrc deleted the master branch January 11, 2023 19:29
@offhub offhub added the User Interface Related to Plus and/or Classic UIs label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

User Interface Related to Plus and/or Classic UIs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't keep tray icon out of the hidden tray area Sandman notification area icon is hidden after every restart via Run Sandboxed

4 participants