qt network dialog: maybe fix refresh bug
This commit is contained in:
parent
7221fb3231
commit
24ec7ce6b8
@ -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):
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user