mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-04-06 01:44:26 -04:00
default to panel blank and null chunk
Ensures UI is disabled on startup
This commit is contained in:
parent
420eee4e98
commit
7fa8da59d2
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||
splitter->setSizes({99999, 99999});
|
||||
|
||||
setWindowTitle(tr("SI Editor"));
|
||||
|
||||
SetPanel(panel_blank_, nullptr);
|
||||
}
|
||||
|
||||
void MainWindow::OpenFilename(const QString &s)
|
||||
|
|
Loading…
Add table
Reference in a new issue