Comment 7 for bug 1788873

Revision history for this message
Jeff Young (jeyjey) wrote : Re: [Bug 1788873] Re: Table Widget: delete not working in some dialogs

Cool. I’ve changed it to highlight rows (which are visible even without focus), so that line is now surplus to requirements anyway.

Cheers,
Jeff.

> On 25 Aug 2018, at 14:32, Thomas Pointhuber <email address hidden> wrote:
>
> Jeff, I did some debugging:
>
> https://github.com/KiCad/kicad-source-
> mirror/blob/master/common/dialogs/dialog_configure_paths.cpp#L373
>
> m_SearchPaths->HasFocus() seems to return False all the time. Commenting
> out the focus check fixes the bug. I verified it for WX 3.0 as well as
> 3.1 on my system.
>
> --