if mupp is starting without db/dat file list, open the file dialog automatically.
This commit is contained in:
parent
b68286761a
commit
708b6a6f9e
@ -369,6 +369,10 @@ PmuppGui::PmuppGui( QStringList fln, QWidget *parent, Qt::WindowFlags f )
|
||||
|
||||
fCentralWidget->setLayout(fBoxLayout_Main);
|
||||
setCentralWidget(fCentralWidget);
|
||||
|
||||
// in case there is no db/dat file list given open the db/dat file open menu automatically.
|
||||
if (fln.size() == 0)
|
||||
fileOpen();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user