CudaText
CudaText copied to clipboard
Linux qt5 version: first click on code-tree filter cannot focus the input
Lazarus bug. gtk2 version is ok.
IDE shows that even 1st click calls MouseDown
which calls SetFocus
. but this does not call DoEnter
method of ATSynEdit! so ATSynedit does not set flag FIsEntered
and this disables the caret blinking.
2nd click - calls DoEnter
.