mirror of https://github.com/aristocratos/bpytop
Fixed: Process box not updating on window resize
parent
73549a8c19
commit
50be6ff7bf
|
@ -604,6 +604,7 @@ class Term:
|
||||||
|
|
||||||
Key.mouse = {}
|
Key.mouse = {}
|
||||||
Box.calc_sizes()
|
Box.calc_sizes()
|
||||||
|
Collector.proc_counter = 1
|
||||||
if Init.running: cls.resized = False; return
|
if Init.running: cls.resized = False; return
|
||||||
if Menu.active: Menu.resized = True
|
if Menu.active: Menu.resized = True
|
||||||
Box.draw_bg(now=False)
|
Box.draw_bg(now=False)
|
||||||
|
|
Loading…
Reference in New Issue