Merge pull request #27 from informatorius/Issue#1181
Issue#1181 inconsistent hilighting in inital screen
This commit is contained in:
commit
258b7786a2
@ -438,6 +438,7 @@ class ClientConfig:
|
|||||||
# Restore selections
|
# Restore selections
|
||||||
if selected_row is not None:
|
if selected_row is not None:
|
||||||
app.slot_status_tree.get_selection().select_iter(selected_row)
|
app.slot_status_tree.get_selection().select_iter(selected_row)
|
||||||
|
self.select_slot(app)
|
||||||
if log_filter_row is not None:
|
if log_filter_row is not None:
|
||||||
app.log_slot.set_active_iter(log_filter_row)
|
app.log_slot.set_active_iter(log_filter_row)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user