I started my day this morning by trying to toggle the split direction using 
the window menu. I normally do not do this so I was surprised when I 
received the following error.

File "/home/chris/Working/leo/leo-editor/leo/core/leoCommands.py", line 
545, in doCommand
    val = command(event)

  File "/home/chris/Working/leo/leo-editor/leo/plugins/qtGui.py", line 
5171, in toggleSplitDirection
    r1 = getRatio(w1)

  File "/home/chris/Working/leo/leo-editor/leo/plugins/qtGui.py", line 
5147, in getRatio
    sizes = w.sizes()

RuntimeError: wrapped C/C++ object of type NestedSplitter has been deleted

wrote recent file: /home/chris/.leo/.leoRecentFiles.txt

Here is the output of debug, print splitter layout.

NestedSplitter (splitter_2) - vertical
   NestedSplitter () - horizontal
      QFrame (outlineFrame) from _leo_pane:outlineFrame
      QFrame (logFrame) from _leo_pane:logFrame
   QFrame (bodyFrame) from _leo_pane:bodyFrame

I then deleted my entire leo-editor directory and pulled fresh new code 
from bzr. Same errors.

I then removed myLeoSettings.leo from the equation, same errors.

Am I missing something obvious?

Chris

-- 
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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to