forcing table redraw when filters are applied

This commit is contained in:
Vinicius Moreira
2019-10-24 15:10:28 -03:00
parent c323ed125b
commit 8d7cf689bd

View File

@@ -316,6 +316,7 @@ class ManageWindow(QWidget):
self.update_bt_upgrade(pkgs_info) self.update_bt_upgrade(pkgs_info)
if self.pkgs_available: if self.pkgs_available:
self._notify_model_data_change()
self.thread_verify_models.work = False self.thread_verify_models.work = False
self.thread_verify_models.wait(50) self.thread_verify_models.wait(50)
self.thread_verify_models.apps = self.pkgs_available self.thread_verify_models.apps = self.pkgs_available