Merge pull request #62 from Axenow/FixMenuBar

Fixed fMenuBar. Left arraw doesn't restore terminal redrawing.
This commit is contained in:
Markus Gans 2020-08-23 13:50:59 +02:00 committed by GitHub
commit 147e213e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ bool FMenuBar::selectPrevItem()
setSelectedItem(prev);
redraw();
setTerminalUpdates (FVTerm::stop_terminal_updates);
setTerminalUpdates (FVTerm::start_terminal_updates);
break;
}
}