summaryrefslogtreecommitdiffstats
path: root/src/Gui/CReporterAssistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CReporterAssistant.py')
-rw-r--r--src/Gui/CReporterAssistant.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Gui/CReporterAssistant.py b/src/Gui/CReporterAssistant.py
index 7ed42114..d2359a91 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/Gui/CReporterAssistant.py
@@ -343,7 +343,6 @@ class ReporterAssistant():
comment_text = comment_buff.get_text(comment_buff.get_start_iter(), comment_buff.get_end_iter())
# user has changed the comment
self.comments.set_text(comment_text)
- self.comments.queue_resize()
self.result[FILENAME_COMMENT] = [CD_TXT, 'y', comment_text]
else:
self.comments.set_text(_("You didn't provide any comments."))