On Thu, Mar 8, 2018 at 10:05 PM, Rik van Kekem via Lazarus <[email protected]> wrote: > But I was under the impression that using TAB in the Component-filter in > Object Inspector would set the focus on the TreeView with the components. It > doesn't. I never use it but apparently it sets the focus directly on the > Property view.
The key handling in OI is a little complicated. Now the TAB is also handled in TObjectInspectorDlg.KeyDown(). I added commens etc. in r57490. Please debug and experiment with the code. Maybe you can fix it. Juha -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
