Actually append cmd text on append_cmd_text

This commit is contained in:
Florian Bruhin 2014-03-23 21:36:01 +01:00
parent 8ebd2929fd
commit a5702c781f

View File

@ -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()