forked from len0rd/rockbox
regtools/qeditor: always open a register tab at init
Change-Id: I47a1413ca648c7166571e6b0ba88c7ebb5ce86a8
This commit is contained in:
parent
a0fd5e8547
commit
8566cd7ebf
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ MainWindow::MainWindow(Backend *backend)
|
||||||
setCentralWidget(m_tab);
|
setCentralWidget(m_tab);
|
||||||
|
|
||||||
ReadSettings();
|
ReadSettings();
|
||||||
|
|
||||||
|
OnNewRegTab();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::ReadSettings()
|
void MainWindow::ReadSettings()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue