This commit is contained in:
Argn0 2018-01-11 14:09:08 +01:00 committed by GitHub
parent 2d7dd391a3
commit 200b36bd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ class Command(misc.MinimalLineEditMixin, misc.CommandLineEdit):
self.hide_cmd.emit()
self.clear_completion_selection.emit()
self.hide_completion.emit()
def setText(self, text):
"""Extend setText to set prefix and make sure the prompt is ok."""
if not text: