Commit 67fbd3a1 authored by Aleksei Kanash's avatar Aleksei Kanash

Cleaning search text field for library at selection of folder from path viewer.

parent 333adf4a
......@@ -42,6 +42,7 @@ public:
~UBFeaturesActionBar();
void setCurrentState( UBFeaturesActionBarState state );
void cleanText(){ mSearchBar->clear(); }
signals:
void searchElement(const QString &text);
......
......@@ -142,6 +142,7 @@ void UBFeaturesWidget::currentSelected(const QModelIndex &current)
centralWidget->showElement(feature, UBFeaturesCentralWidget::FeaturePropertiesList);
mActionBar->setCurrentState( IN_PROPERTIES );
}
mActionBar->cleanText();
}
void UBFeaturesWidget::createNewFolder()
......
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