Python 3.4.3, PyQt version 5.4.1
Windows 8 AMD64 (build 6.2.9200)

The following errors in the terminal window when loading .leo files with 
the bookmarks.py plugin enabled:

Traceback (most recent call last):
  File "D:\Synced\github repos\leo\leo\plugins\bookmarks.py", line 426, in 
minimumSize
    size += QtCore.QSize(2 * self.margin(), 2 * self.margin())
AttributeError: 'FlowLayout' object has no attribute 'margin'
reading settings in D:\Synced\github 
repos\leo\leo\config\exampleSettings.leo
Traceback (most recent call last):
  File "D:\Synced\github repos\leo\leo\plugins\bookmarks.py", line 419, in 
sizeHint
    return self.minimumSize()
  File "D:\Synced\github repos\leo\leo\plugins\bookmarks.py", line 426, in 
minimumSize
    size += QtCore.QSize(2 * self.margin(), 2 * self.margin())
AttributeError: 'FlowLayout' object has no attribute 'margin'

Should I post this issue on GitHub or is that plugin supposed to be 
deprecated?

Rob..............


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to