On Tue, Sep 22, 2020 at 5:42 PM [email protected] <[email protected]> wrote:
Unfortunately, changing ns_provider_id to return a constant string did not > cause the VR3 pane to be global. > That's expected. ns_provider is the factory method. If you want a single, global, VR3 pane, ns_provider should return a singleton Qt pane. That is, ns_provider should not allocate per-commander panes, but should allocate only a single pane the first time it is ever called, and thereafter return that single pane. 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/CAMF8tS264_7feAf67AgPU1S5mn83S3%3DCoUT2R_3D3Znkz15vUQ%40mail.gmail.com.
