mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mention Qt bug report about floating images without margins
This commit is contained in:
parent
fce4620ca7
commit
4978ad6076
@ -228,6 +228,8 @@ class NoteEditorWidget(EditorWidget):
|
||||
return '', '', False
|
||||
|
||||
def do_insert_image(self):
|
||||
# See https://bugreports.qt.io/browse/QTBUG-118537
|
||||
# for why we cant have a nice margin for floating images
|
||||
d = AskImage(self.images, self.db)
|
||||
if d.exec() == QDialog.DialogCode.Accepted and d.current_digest:
|
||||
ir = self.images[d.current_digest]
|
||||
|
Loading…
x
Reference in New Issue
Block a user