From 3c4bbf488142ef4bd5cc45a2ef3de76bc1dd8c70 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Wed, 30 Dec 2020 15:43:12 -0500 Subject: [PATCH] fix 319: refresh layout after save --- terminatorlib/prefseditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index 51221730..c1872e84 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -1395,6 +1395,7 @@ class PrefsEditor: if self.config.replace_layout(name, current_layout): treeview.set_cursor(model.get_path(rowiter), column=treeview.get_column(0), start_editing=False) self.config.save() + self.layouteditor.set_layout(name) def on_layoutremovebutton_clicked(self, _button): """Remove a layout from the list"""