mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Fix graphical glitch on OSX.
This commit is contained in:
parent
0e676a1cec
commit
7aa6e67ed5
@ -293,6 +293,8 @@ void MainWindow::setupGui() {
|
||||
restoreState(g.s.qbaMainWindowState);
|
||||
qtvUsers->header()->restoreState(g.s.qbaHeaderState);
|
||||
|
||||
setupView(false);
|
||||
|
||||
qmTray = new QMenu(this);
|
||||
setupIconMenu(false);
|
||||
qstiIcon->setContextMenu(qmTray);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user