[improvement][ui] big refactoring regarding the components states

This commit is contained in:
Vinicius Moreira
2020-06-22 17:00:32 -03:00
parent e852224637
commit dab70cdfb8
17 changed files with 868 additions and 473 deletions

View File

@@ -96,7 +96,7 @@ class GemSelectorPanel(QWidget):
self.manager.prepare()
self.window.verify_warnings()
self.window.types_changed = True
self.window.refresh_packages()
self.window.begin_refresh_packages()
self.close()
def exit(self):