FNCComboBox ItemIndex Bug

Hi,
In new FNC UI Pack, we can set itemindex properly but we can't get it.
Look at your code:
function TTMSFNCCustomComboBox.GetItemIndex: Integer;
begin
Result := -1;
if Assigned(FTreeView) and (FTreeView.SelectedVirtualNodeCount > 0) and Assigned(FTreeView.SelectedVirtualNodes[0]) then
Result := GetCount - FTreeView.SelectedVirtualNodes[0].Row;
end;
All is inverted +1.

Hi,

This was already reported and fixed. The next update will contain the necessary changes.

Hello,
When will the update be released? Is it possible to get a fix in advance? The problem affects many areas of my system.
Thank you
Steffen

Hi,

Please see your private messages for an incremental source update.

Do you know when the update will be released? This bug kinda broke my application.
Thanks!