diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-03-13 08:58:11 -0700 |
|---|---|---|
| committer | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-03-13 08:58:11 -0700 |
| commit | c1fee874364ff9040f0a4defcb3967b37998806f (patch) | |
| tree | ec49302624a5773a0b216a51e6df5c1cd818a0fb /plugins | |
| parent | 69367ad44cf7aecf58afa978d78e10d38523551c (diff) | |
* Clear tooltips when entering alt+tab mode. No more strange rendering issues.
Fixes LP: #1285889 (bzr r3707.2.5)
Diffstat (limited to 'plugins')
| -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 cc5641ef1..cd84e612b 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -2187,6 +2187,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; |
