Out of time today, but I think I've addressed most issues (pushed on the free_layout branch)
Interesting wrinkle - nested_splitter relies on there being at least one splitter handle present to access the context menu. When there's only one left, it doesn't offer the 'remove' commands, so you can't reach zero handles and lose access to the context menu. What happens when there's only one split left, one of the panes is viewrendered, and you close it with the Alt-X close command. Well, you would have been stuck, but fortunately QSplitter has a childEvent which I now snag to insert an Action button as a place holder when this happens. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
