From 9fd16cd677d9cd7e634c1527ebf3f035692d49d9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 19 Jan 2024 13:19:44 +0000 Subject: [PATCH] follow-up prev --- electrum/gui/qt/utxo_list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electrum/gui/qt/utxo_list.py b/electrum/gui/qt/utxo_list.py index 0572c391c..0d7e9d297 100644 --- a/electrum/gui/qt/utxo_list.py +++ b/electrum/gui/qt/utxo_list.py @@ -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)