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

preferencesAboutTextFull
Craig Watson 7 years ago
parent bde39f95d5
commit 86ced718d9
  1. 3
      src/gui/UBFeaturesWidget.cpp

@ -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 );
}

Loading…
Cancel
Save