diff options
Diffstat (limited to 'dash')
| -rwxr-xr-x | dash/ScopeView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dash/ScopeView.cpp b/dash/ScopeView.cpp index d3bb3a558..1f4fb2c00 100755 --- a/dash/ScopeView.cpp +++ b/dash/ScopeView.cpp @@ -253,6 +253,7 @@ void ScopeView::SetupViews(nux::Area* show_filters) fscroll_layout_ = new nux::VLayout(); fscroll_view_->SetLayout(fscroll_layout_); + fscroll_view_->GetScrollbar()->queue_draw.connect(sigc::hide(sigc::mem_fun(fscroll_layout_, &nux::VLayout::QueueDraw))); filter_bar_ = new FilterBar(); |
