base_panel: change how it shows controls and heaters to avoid issues

This commit is contained in:
alfrix
2022-11-04 10:17:51 -03:00
parent 3be65a686a
commit 2fef5660cb
4 changed files with 10 additions and 10 deletions

View File

@@ -365,6 +365,7 @@ class JobStatusPanel(ScreenPanel):
self.create_status_grid()
if self.vel_timeout is None:
self.vel_timeout = GLib.timeout_add_seconds(1, self.update_velocity)
self._screen.base_panel_show_all()
def deactivate(self):
if self.vel_timeout is not None: