Removed an unneeded call to clean in spellchecker
This commit is contained in:
parent
783d54b55f
commit
3afff7eba2
@ -313,7 +313,6 @@ class displayPostPresenter(base.basePresenter):
|
|||||||
if hasattr(checker, "fixed_text"):
|
if hasattr(checker, "fixed_text"):
|
||||||
self.send_message("set", control="post_view", value=checker.fixed_text)
|
self.send_message("set", control="post_view", value=checker.fixed_text)
|
||||||
self.send_message("focus_control", control="post_view")
|
self.send_message("focus_control", control="post_view")
|
||||||
checker.clean()
|
|
||||||
|
|
||||||
def open_attachment(self, index):
|
def open_attachment(self, index):
|
||||||
attachment = self.attachments[index]
|
attachment = self.attachments[index]
|
||||||
|
Loading…
Reference in New Issue
Block a user