On Thursday, September 17, 2020 at 5:40:46 AM UTC-5, Edward K. Ream wrote: > > On Wed, Sep 16, 2020 at 6:51 PM lewis <[email protected]> wrote: > > When I right click on the split-line > openWindow> Viewrendered3 >> The floating window launches but content area is blank, and I get this >> error: >> >> *...AttributeError: 'ViewRenderedController3' object has no attribute >> 'leo_dock'* >> > > Thanks for your testing. I'll fix this immediately. >
The no-docks branch fixes this. I have also merged the "splitter" branch into no-docks. The splitter branch attempts fixes for: #1671 <https://github.com/leo-editor/leo-editor/issues/1671> and #1678 <https://github.com/leo-editor/leo-editor/issues/1678>. Surprisingly, both fixes involved new methods in the VR/VR3 "provider" classes. I made no substantial changes to free_layout.py or nested_splitter.py. At least one problem remains. After creating a stand-alone VR or VR3 window, closing the that window doesn't really work, because reopening the window creates an unstyled window. One "solution" would be to disallow closes entirely, in NestedSplitterTopLevel.closeEvent. Terry, do you have any comments? I suspect this problem is ancient, but I could be mistaken. Edward -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/fb159453-19b2-41ca-ac60-6537df97feffo%40googlegroups.com.
