[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ListBox.Highlight doesn't seem to work


On Fri, 14 Nov 2025 at 22:32, Lee <t.lee.davidson@xxxxxxxxx> wrote:

> On 11/14/25 10:47 AM, Bruce Steers wrote:
> > When i set ListBox.Highlight is does not do anything.
> >
> > Isn't is supposed to highlight the item under the mouse?
> >
> > The attached project I made my own highlight routine by hacking the
> GridView as the built in ListBox.Highlight does not seem to
> > work.
> >
> > Comment out ListBox1_MouseMove and ListBox1_Leave to test as
> ListBox1.Highlight is set True on Form_Open() (not that it works)
> >
> > Ps. the project is something that pops open an Actions menu from a
> .desktop file.
> >
> > Respects
> > BruceS
>
> ListBox.Hightlight works for me with both Qt6 and GTK3 on version 3.20.4.
>
>
> --
> Lee


Yep, i just checked some different versions, it's working on 3.20.4

But not working on 3.21 with master or stable

BruceS

Follow-Ups:
Re: ListBox.Highlight doesn't seem to workBruce Steers <bsteers4@xxxxxxxxx>
References:
ListBox.Highlight doesn't seem to workBruce Steers <bsteers4@xxxxxxxxx>
Re: ListBox.Highlight doesn't seem to workLee <t.lee.davidson@xxxxxxxxx>