From a72e212615c65398aff3f1a01f1fa5f18feaef95 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Thu, 13 Mar 2014 16:26:36 -0700 Subject: * Update the DPI when we setup the views (bzr r3719.1.1) --- dash/DashView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3