mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 00:45:37 +05:00
Fix for bug NPAL19028 ( Default way browser ).
This commit is contained in:
parent
28332f1399
commit
7438b0e7bc
@ -183,10 +183,10 @@ using namespace std;
|
|||||||
filter.append(QObject::tr("DAT files (*.dat)"));
|
filter.append(QObject::tr("DAT files (*.dat)"));
|
||||||
}
|
}
|
||||||
QString filename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(),
|
QString filename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(),
|
||||||
"",
|
QDir::currentDirPath(),
|
||||||
filter,
|
filter,
|
||||||
QObject::tr("Import mesh"),
|
QObject::tr("Import mesh"),
|
||||||
true);
|
true);
|
||||||
if(!filename.isEmpty()) {
|
if(!filename.isEmpty()) {
|
||||||
SUIT_OverrideCursor wc;
|
SUIT_OverrideCursor wc;
|
||||||
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
||||||
|
Loading…
Reference in New Issue
Block a user