diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-03-13 16:26:36 -0700 |
|---|---|---|
| committer | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-03-13 16:26:36 -0700 |
| commit | a72e212615c65398aff3f1a01f1fa5f18feaef95 (patch) | |
| tree | 6ad5cb79d61cc1b15aead03d698ad56ffdad14a5 | |
| parent | cc762e4ddff8be45664919466a8822afe02d9290 (diff) | |
* Update the DPI when we setup the views
(bzr r3719.1.1)
| -rw-r--r-- | dash/DashView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/DashView.cpp b/dash/DashView.cpp index 89e7717e8..25492c106 100644 --- a/dash/DashView.cpp +++ b/dash/DashView.cpp @@ -571,7 +571,7 @@ void DashView::SetupViews() scope_bar_->scope_activated.connect(sigc::mem_fun(this, &DashView::OnScopeBarActivated)); content_layout_->AddView(scope_bar_, 0, nux::MINOR_POSITION_CENTER); - UpdateDashViewSize(); + OnDPIChanged(); } void DashView::OnDPIChanged() |
