diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-02-20 20:43:52 +0100 | 
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-02-20 20:43:52 +0100 | 
| commit | a9e17d7cd61fd0f41f5e74df226763bf3fcb993e (patch) | |
| tree | 7a991270a80979679aa1afa4ca4be6b381b16d16 /hud | |
| parent | f8cab5cd91110e10eeb24f0cb4029f8acc0527c0 (diff) | |
Improve pam code.
(bzr r3611.4.58)
Diffstat (limited to 'hud')
| -rw-r--r-- | hud/HudView.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/hud/HudView.cpp b/hud/HudView.cpp index b52aed55a..035a30c9f 100644 --- a/hud/HudView.cpp +++ b/hud/HudView.cpp @@ -507,8 +507,6 @@ void View::DrawContent(nux::GraphicsEngine& gfx_context, bool force_draw)  GetLayout()->ProcessDraw(gfx_context, force_draw);  } - overlay_window_buttons_->QueueDraw(); -  gfx_context.PopClippingRectangle();  renderer_.DrawInnerCleanup(gfx_context, draw_content_geo, GetAbsoluteGeometry(), GetGeometry()); | 
