mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 08:57:24 +01:00
LCL-CustomDrawn: Improves the item update in the combobox
git-svn-id: trunk@37222 -
This commit is contained in:
parent
0b9f2fb271
commit
81d61cbfd7
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user