Commit 86ced718 authored by Craig Watson's avatar Craig Watson

Fix for detail view of library pane appearing also for folders (fixes commit 5ac37603)

parent bde39f95
......@@ -176,8 +176,7 @@ void UBFeaturesWidget::currentSelected(const QModelIndex &current)
}
if (UBSettings::settings()->libraryShowDetailsForLocalItems->get().toBool() == true)
{
else if (UBSettings::settings()->libraryShowDetailsForLocalItems->get().toBool() == true) {
centralWidget->showElement(feature, UBFeaturesCentralWidget::FeaturePropertiesList);
mActionBar->setCurrentState( IN_PROPERTIES );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment