diff --git a/src/calibre/gui2/comments_editor.py b/src/calibre/gui2/comments_editor.py index 9ef8b468ce..c1a2f48881 100644 --- a/src/calibre/gui2/comments_editor.py +++ b/src/calibre/gui2/comments_editor.py @@ -1114,6 +1114,7 @@ class Editor(QWidget): # {{{ for x in ('bold', 'italic', 'underline', 'strikethrough'): ac = getattr(self.editor, 'action_'+x) self.toolbar3.addAction(ac) + self.addAction(ac) self.toolbar3.addSeparator() for x in ('left', 'center', 'right', 'justified'):