ui: fixes for release

* fixed NameHierarchy delimiter not set when project settings need to be migrated
* fixed codeview does not scroll to linenumber in single file mode when activating symbol in changed file
This commit is contained in:
Eberhard Graether
2017-04-11 09:42:46 +02:00
parent 23341d63d0
commit c6a0f0b000
3 changed files with 10 additions and 1 deletions
@@ -13,6 +13,7 @@ TicTacToe::~TicTacToe() {
Reset();
}
bool TicTacToe::Start() {
Reset();
io::stringOut("Tic Tac Toe\n\n[1] Human\n[2] Computer\n[3] Quit\n\n");