diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-17 06:30:13 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-17 06:30:13 -0400 |
commit | 8ef8b47c5f4573b32ce145b693aca4f1c45266a0 (patch) | |
tree | 3c125b0b137b135ead810d68ff9e918b264bfba9 /lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h | |
parent | Always run the "loadSnaps" signal on dir load - this should ensure that no sn... (diff) | |
download | lumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.tar.gz lumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.tar.bz2 lumina-8ef8b47c5f4573b32ce145b693aca4f1c45266a0.zip |
Ensure that the menu for the desktopswitcher panel plugin is refreshed before it appears. This will sync it up with the current system settings - in case the workspace was changed earlier by some other method.
Diffstat (limited to 'lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h')
-rw-r--r-- | lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h b/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h index 5dd5a785..851d9e35 100644 --- a/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h +++ b/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.h @@ -46,6 +46,7 @@ private: QAction* newAction(int, QString); private slots: + void openMenu(); void createMenu(); void menuActionTriggered(QAction*); |