redraw whole window after enumerating tracks

This commit is contained in:
Andrzej Rybczak
2008-11-04 14:47:06 +01:00
parent 11982bc1e4
commit 80aba9295a

View File

@@ -1614,6 +1614,7 @@ int main(int argc, char *argv[])
else else
ShowMessage("Aborted!"); ShowMessage("Aborted!");
curs_set(0); curs_set(0);
redraw_screen = 1;
UnlockStatusbar(); UnlockStatusbar();
} }
break; break;