Auto-select level when loading

This commit is contained in:
G.K.MacGregor
2020-12-20 19:38:23 +00:00
parent c5d92eaf8a
commit 377470da47
6 changed files with 95 additions and 13 deletions

View File

@@ -115,6 +115,7 @@ private:
QLabel *m_subPageLabel, *m_cursorPositionLabel;
QToolButton *m_previousSubPageButton, *m_nextSubPageButton;
QRadioButton *m_levelRadioButton[4];
QString m_curFile;
bool m_isUntitled;