TAdvStringGrid enters edit mode on single click

Using VL UI Pack 10.5.4.0, drop a TAdvStringGrid on the form in a new project, then add the following to the constructor:
AdvStringGrid1->Options << goEditing;
AdvStringGrid1->ClearRowSelect();
(DirectEdit remains defaulted to false.)
Now the first click on a cell puts it straight into edit mode rather than selecting it. Is there a setting to change this? Or perhaps there is another way of clearing the selection that does not exhibit this behaviour? Thx.

We applied an improvement for this that will be included in the next update.

Great thx.

Just installed 10.5.4.1, it's all working fine now, thanks for the quick response as usual.