From 7b9ee9cdb706c2ab2b7c9a32cb022f389166f417 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 30 Nov 2012 13:51:41 +0100 Subject: Force a resize of the interface whenever we /set something. This avoid some garbage on the screen when we set an option that changes the behaviour of the UI. --- src/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 335c0181..1a1ff433 100644 --- a/src/core.py +++ b/src/core.py @@ -1997,6 +1997,7 @@ class Core(object): elif option == 'plugins_dir': path = os.path.expanduser(value) self.plugin_manager.on_plugins_dir_change(path) + self.call_for_resize() self.information(msg, 'Info') def completion_set(self, the_input): -- cgit v1.2.3