Fixed: Process box not updating on window resize

pull/227/head
aristocratos 2020-12-31 19:58:17 +01:00
parent 73549a8c19
commit 50be6ff7bf
1 changed files with 1 additions and 0 deletions

View File

@ -604,6 +604,7 @@ class Term:
Key.mouse = {}
Box.calc_sizes()
Collector.proc_counter = 1
if Init.running: cls.resized = False; return
if Menu.active: Menu.resized = True
Box.draw_bg(now=False)