Skip to content
Snippets Groups Projects
Commit 4b0d04c0 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Fixed bug where newly imported dataset is selected, displayed but not...

ENH: Fixed bug where newly imported dataset is selected, displayed but not highlighted in the database browser.
parent 3c087a2e
No related branches found
No related tags found
Loading
......@@ -238,7 +238,8 @@ DatabaseBrowserWidget
QList< QTreeWidgetItem* > items(
m_UI->databaseTreeWidget->findItems(
id,
Qt::MatchExactly | Qt::MatchRecursive
Qt::MatchExactly | Qt::MatchRecursive,
1
)
);
......
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