diff options
Diffstat (limited to 'src/core/commands.py')
-rw-r--r-- | src/core/commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/commands.py b/src/core/commands.py index e0e426b2..d3bf8023 100644 --- a/src/core/commands.py +++ b/src/core/commands.py @@ -622,7 +622,6 @@ def command_set(self, args): self.trigger_configuration_change(option, value) elif len(args) > 3: return self.command_help('set') - self.call_for_resize() self.information(*info) @command_args_parser.quoted(1, 2) |