InfoScreen: update content on resize

This commit is contained in:
Christian Göttsche 2020-09-29 10:25:20 +02:00 committed by cgzones
parent 3afa5dfbcc
commit 8efc88593a
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ void InfoScreen_run(InfoScreen* this) {
break;
case KEY_RESIZE:
Panel_resize(panel, COLS, LINES-2);
if (As_InfoScreen(this)->scan) InfoScreen_scan(this);
InfoScreen_draw(this);
break;
default: