oups, forgot that one
This commit is contained in:
parent
60cccbbd3d
commit
9611d4f945
|
@ -540,8 +540,7 @@ class ChatControlBase(MessageControl):
|
||||||
else:
|
else:
|
||||||
self.sent_history.append(message)
|
self.sent_history.append(message)
|
||||||
self.sent_history_pos = size + 1
|
self.sent_history_pos = size + 1
|
||||||
|
self.orig_msg = None
|
||||||
self.orig_msg = ''
|
|
||||||
|
|
||||||
def print_conversation_line(self, text, kind, name, tim,
|
def print_conversation_line(self, text, kind, name, tim,
|
||||||
other_tags_for_name = [], other_tags_for_time = [],
|
other_tags_for_name = [], other_tags_for_time = [],
|
||||||
|
|
Loading…
Reference in New Issue