mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2836 Hierarchy import dialog. Insert * in effective filter when path filter is empty
This commit is contained in:
parent
9150981e13
commit
ccd0c0d9f9
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user