mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 17:34:14 +02:00
forcing table redraw when filters are applied
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user