From 60ff4458ec05b5840dcaec070381c0dec1732c94 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 19 Aug 2019 16:35:22 -0300 Subject: [PATCH] fix: updating settings after async data has been retrieved --- bauh/view/qt/apps_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bauh/view/qt/apps_table.py b/bauh/view/qt/apps_table.py index 946489d0..37db9b7f 100644 --- a/bauh/view/qt/apps_table.py +++ b/bauh/view/qt/apps_table.py @@ -162,6 +162,7 @@ class AppsTable(QTableWidget): self._set_col_version(idx, app_v) self._set_col_description(idx, app_v) + self._set_col_settings(idx, app_v) app_v.status = ApplicationViewStatus.READY self.window.resize_and_center()