All right, let's put it on the back burner for after the next release. I'll create a reminder issue for it.
On Saturday, July 1, 2023 at 5:22:42 AM UTC-4 Edward K. Ream wrote: > On Fri, Jun 30, 2023 at 9:08 PM Thomas Passin <[email protected]> wrote: > > Just one thing ... when a CTRL-Click on a UNL navigates to its target, the >> focused node in the tree, which is the correct one, is not always visible >> in the window. In my test, I had to scroll the tree to find it. >> > > I've spent about an hour looking into this. > > c.redraw(p) calls *LeoQtTree.full_redraw(p)*, which ensures that p is > visible via a call to *QTreeWidget.setCurrentItem*. > > I have no idea why this doesn't work for ctrl-clicks. > > Any change to full_redraw would require careful testing, so this would > have to be a separate issue and PR. > > 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/9c5d8ac9-40c4-48c7-a299-b1bb15f8fb24n%40googlegroups.com.
