summaryrefslogtreecommitdiff
path: root/dash
diff options
Diffstat (limited to 'dash')
-rwxr-xr-xdash/ScopeView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dash/ScopeView.cpp b/dash/ScopeView.cpp
index 61f9654e0..562810162 100755
--- a/dash/ScopeView.cpp
+++ b/dash/ScopeView.cpp
@@ -224,7 +224,6 @@ ScopeView::ScopeView(Scope::Ptr const& scope, nux::Area* show_filters)
OnVisibleChanged.connect([&] (nux::Area* area, bool visible) {
scroll_view_->SetVisible(visible);
- fscroll_view_->SetVisible(visible);
});
}