Skip to content

Commit

Permalink
Workaround for tray menu position in KDE/Plasma
Browse files Browse the repository at this point in the history
Fixes #639
  • Loading branch information
hluk committed Mar 1, 2017
1 parent 4da92a2 commit 9c053b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ MainWindow::MainWindow(ItemFactory *itemFactory, QWidget *parent)

// signals & slots
connect( m_trayMenu, SIGNAL(aboutToShow()),
this, SLOT(updateTrayMenuItems()) );
this, SLOT(updateTrayMenuItems()), Qt::QueuedConnection );
connect( m_trayMenu, SIGNAL(searchRequest(QString)),
this, SLOT(addTrayMenuItems(QString)) );
connect( m_trayMenu, SIGNAL(clipboardItemActionTriggered(uint,bool)),
Expand Down

0 comments on commit 9c053b8

Please sign in to comment.