diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 54f685d2a..441e0810c 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -1379,6 +1379,9 @@ void UnityScreen::compizDamageNux(CompRegion const& damage) if (dash_controller_->IsVisible()) redraw_view_if_damaged(dash_controller_->Dash(), damage); + if (hud_controller_->IsVisible()) + redraw_view_if_damaged(hud_controller_->HudView(), damage); + auto const& launchers = launcher_controller_->launchers(); for (auto const& launcher : launchers) { |
