Main_menu: fix graph colors when switching printers

This commit is contained in:
alfrix 2022-02-23 23:14:46 -03:00
parent c4ac1cb52e
commit 21be9df72e

View File

@ -30,6 +30,7 @@ class MainPanel(MenuPanel):
self.items = items self.items = items
self.create_menu_items() self.create_menu_items()
self._gtk.reset_temp_color()
self.grid = Gtk.Grid() self.grid = Gtk.Grid()
self.grid.set_row_homogeneous(True) self.grid.set_row_homogeneous(True)