Fixed fMenuBar. Left arraw doesn't restore terminal redrawing.

This commit is contained in:
Axenow 2020-08-23 12:09:06 +02:00
parent b9042d5a03
commit 42854b3c50
1 changed files with 1 additions and 1 deletions

View File

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