Issue#1181 inconsistent hilighting in inital screen
This commit is contained in:
Joseph Coffland 2018-05-09 11:59:23 -07:00 committed by GitHub
commit 258b7786a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -438,6 +438,7 @@ class ClientConfig:
# 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)