mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 01:54:15 +02:00
[fix][ui] not resizing properly after applying filters
This commit is contained in:
@@ -501,6 +501,7 @@ class ManageWindow(QWidget):
|
|||||||
def _finish_apply_filters(self):
|
def _finish_apply_filters(self):
|
||||||
self._finish_action(ACTION_APPLY_FILTERS)
|
self._finish_action(ACTION_APPLY_FILTERS)
|
||||||
self.update_bt_upgrade()
|
self.update_bt_upgrade()
|
||||||
|
self._reorganize()
|
||||||
|
|
||||||
def _update_table_and_upgrades(self, pkgs_info: dict):
|
def _update_table_and_upgrades(self, pkgs_info: dict):
|
||||||
self._update_table(pkgs_info=pkgs_info, signal=True)
|
self._update_table(pkgs_info=pkgs_info, signal=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user