Skip to content
Snippets Groups Projects
Commit 76448418 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Navigation widget: Fix compilation.

Written-by: Tobias Hunger
parent 672d63fa
No related branches found
No related tags found
No related merge requests found
......@@ -364,8 +364,8 @@ void NavigationWidget::restoreSettings(QSettings *settings)
}
d->m_width = settings->value(QLatin1String("Navigation/Width"), 240).toInt();
if (d->width < 40)
d->width = 40;
if (d->m_width < 40)
d->m_width = 40;
// Apply
if (NavigationWidgetPlaceHolder::m_current)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment