qt network dialog: maybe fix refresh bug
This commit is contained in:
@@ -126,6 +126,8 @@ class NodesListWidget(QTreeWidget):
|
||||
h.setSectionResizeMode(0, QHeaderView.Stretch)
|
||||
h.setSectionResizeMode(1, QHeaderView.ResizeToContents)
|
||||
|
||||
super().update()
|
||||
|
||||
|
||||
class ServerListWidget(QTreeWidget):
|
||||
|
||||
@@ -180,6 +182,8 @@ class ServerListWidget(QTreeWidget):
|
||||
h.setSectionResizeMode(0, QHeaderView.Stretch)
|
||||
h.setSectionResizeMode(1, QHeaderView.ResizeToContents)
|
||||
|
||||
super().update()
|
||||
|
||||
|
||||
class NetworkChoiceLayout(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user