Skip to content

Commit cf46c5d

Browse files
committed
Clear the status bar message after loading mol
1 parent 59309e3 commit cf46c5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4315,6 +4315,9 @@ void LibraryWidget::openEncrytpedModelicaLibrary(QString fileName, QString encod
43154315
}
43164316
}
43174317
}
4318+
if (showProgress) {
4319+
MainWindow::instance()->getStatusBar()->clearMessage();
4320+
}
43184321
}
43194322

43204323
/*!

0 commit comments

Comments
 (0)