Actually append cmd text on append_cmd_text
This commit is contained in:
parent
8ebd2929fd
commit
a5702c781f
@ -383,8 +383,7 @@ class _Command(QLineEdit):
|
||||
text: The text to set (string).
|
||||
|
||||
"""
|
||||
# FIXME do the right thing here
|
||||
self.setText(':' + text)
|
||||
self.setText(self.text() + text)
|
||||
self.setFocus()
|
||||
self.show_cmd.emit()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user