mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2836 Hierarchy import dialog. Insert * in effective filter when path filter is empty
This commit is contained in:
@@ -602,7 +602,7 @@ void RicFileHierarchyDialog::updateEffectiveFilter()
|
||||
{
|
||||
QString effFilter = QString("%1/%2/%3%4")
|
||||
.arg(m_rootDir->text())
|
||||
.arg(m_pathFilter->text())
|
||||
.arg(!m_pathFilter->text().isEmpty() ? m_pathFilter->text() : "*")
|
||||
.arg(fileNameFilter())
|
||||
.arg(fileExtensionsText());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user