You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
making the workaround: calling DoEnter in MouseDown, is not OK. it gives problems - 2 input fields can have focused-blue-border at the same time (e.g. code-tree fiter and console input).
I'm not sure if it's related but I experienced the non focus on the input field when I installed the addons manager. The addon manage pops up, but I cannot type anything. I'm using Arch with QT6 version.
Lazarus bug. gtk2 version is ok.
IDE shows that even 1st click calls
MouseDown
which callsSetFocus
. but this does not callDoEnter
method of ATSynEdit! so ATSynedit does not set flagFIsEntered
and this disables the caret blinking.2nd click - calls
DoEnter
.The text was updated successfully, but these errors were encountered: