Merge pull request #28 from informatorius/patch-1
Issue#1181 fix again for 7.5.0
This commit is contained in:
commit
28534af7d1
@ -432,13 +432,14 @@ class ClientConfig:
|
||||
# Selected the first item if nothing is selected
|
||||
if selected_row is None:
|
||||
selected_row = app.slot_status_list.get_iter_first()
|
||||
app.slot_status_tree.get_selection().select_iter(selected_row)
|
||||
self.select_slot(app)
|
||||
if log_filter_row is None:
|
||||
log_filter_row = app.slot_status_list.get_iter_first()
|
||||
|
||||
# Restore selections
|
||||
if selected_row is not None:
|
||||
app.slot_status_tree.get_selection().select_iter(selected_row)
|
||||
self.select_slot(app)
|
||||
if log_filter_row is not None:
|
||||
app.log_slot.set_active_iter(log_filter_row)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user