summaryrefslogtreecommitdiff
path: root/dash
diff options
authorDidier Roche <didier.roche@canonical.com>2013-07-05 14:38:49 +0200
committerDidier Roche <didier.roche@canonical.com>2013-07-05 14:38:49 +0200
commit59235f77349cf981cb5248fbd76299dcdc076fec (patch)
treea861383db7440981da91b03514062876b39c87b7 /dash
parent4e371a42bb374cc91c012338e43afe544e3f5951 (diff)
Revert rev 3404, makes autopilot tests failing as well as keep weird filters artefacts in the preview
(bzr r3410)
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);
});
}