diff options
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index ed4b60ae9..d670040da 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -2199,6 +2199,8 @@ bool UnityScreen::altTabInitiateCommon(CompAction* action, switcher::ShowMode sh } } + launcher_controller_->ClearTooltips(); + /* Create a new keybinding for scroll buttons and current modifiers */ CompAction scroll_up; CompAction scroll_down; |
