diff options
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/DashView.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dash/DashView.cpp b/dash/DashView.cpp index 9b97bace4..97df77797 100644 --- a/dash/DashView.cpp +++ b/dash/DashView.cpp @@ -742,6 +742,8 @@ void DashView::DrawContent(nux::GraphicsEngine& graphics_engine, bool force_draw // See lp bug: 1125346 (The sharp white line between dash and launcher is missing) nux::Geometry clip_geo = geo_layout; clip_geo.x += 1; + if (Settings::Instance().launcher_position() == LauncherPosition::BOTTOM) + clip_geo.y += renderer_y_offset; graphics_engine.PushClippingRectangle(clip_geo); if (IsFullRedraw()) |
