1
0

follow-up prev

This commit is contained in:
SomberNight
2024-01-19 13:19:44 +00:00
parent 0f55a1e309
commit 9fd16cd677

View File

@@ -80,7 +80,6 @@ class UTXOList(MyTreeView):
self._utxo_dict = {}
self.wallet = self.main_window.wallet
self.std_model = QStandardItemModel(self)
self.setModel(self.std_model)
self.proxy = MySortModel(self, sort_role=self.ROLE_SORT_ORDER)
self.proxy.setSourceModel(self.std_model)
self.setModel(self.proxy)