diff options
| author | Brandon Schaefer <brandon.schaefer@canonical.com> | 2013-08-12 01:33:09 +0000 |
|---|---|---|
| committer | Tarmac <> | 2013-08-12 01:33:09 +0000 |
| commit | dc700f4700ae4e9d79604fd0e7b990ed21240875 (patch) | |
| tree | 583126db5f31fcff22a1fdf61cffde17f4c4d612 /dash | |
| parent | 9bb6ecdc89c7ac75340d2c857c51f3f01f18ba9f (diff) | |
| parent | d220898703ef4f40dd87b402bdf98762e15fa928 (diff) | |
Don't make the ScopeView/DashView/ScrollView Visible on start up (bool wise, causing things to think its ok to render). Fixes: https://bugs.launchpad.net/bugs/1201631.
Approved by PS Jenkins bot, Christopher Townsend. (bzr r3461)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/DashView.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dash/DashView.cpp b/dash/DashView.cpp index de6e39e49..c7cade295 100644 --- a/dash/DashView.cpp +++ b/dash/DashView.cpp @@ -1252,9 +1252,6 @@ void DashView::OnScopeAdded(Scope::Ptr const& scope, int position) } preview_state_machine_.ActivatePreview(model); // this does not immediately display a preview - we now wait. }); - - if (!active_scope_view_) - scope_bar_->Activate(scope->id); } void DashView::OnScopeBarActivated(std::string const& id) |
