diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-21 15:17:02 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-21 15:17:02 +0200 |
| commit | e549d2d5af8a441214a5f6fdba7b259e149f3902 (patch) | |
| tree | a95a35eed3ca4672c350e355833d7e0fbdd7d9cc /plugins/unityshell | |
| parent | 708c51ae0d0ff5c9da8820ef86018232417a8751 (diff) | |
| parent | 3d8de6627f6388aec87a6c131e97623587ba7bc6 (diff) | |
Merging with trunk
(bzr r3566.4.17)
Diffstat (limited to 'plugins/unityshell')
| -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 83efb9497..cf1820fba 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -1380,6 +1380,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) { |
