LCL-CustomDrawn: Improves the item update in the combobox

git-svn-id: trunk@37222 -
This commit is contained in:
sekelsenmat 2012-05-08 16:33:26 +00:00
parent 0b9f2fb271
commit 81d61cbfd7

View File

@ -944,6 +944,7 @@ begin
if FItemIndex=lValue then Exit;
FItemIndex:=lValue;
if lValue >= 0 then Text := FItems.Strings[lValue];
Invalidate;
end;
procedure TCDComboBox.SetKeyboardInputBehavior(AValue: TKeyboardInputBehavior);