mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
combobox: fix FSelLength condition in InitializeWnd
git-svn-id: trunk@63230 -
This commit is contained in:
parent
d8adb758e5
commit
a46759822f
@ -45,7 +45,7 @@ begin
|
||||
TWSCustomComboBoxClass(WidgetSetClass).SetMaxLength(Self, FMaxLength);
|
||||
TWSCustomComboBoxClass(WidgetSetClass).SetDropDownCount(Self, FDropDownCount);
|
||||
|
||||
if FSelStart <> FSelLength then
|
||||
if FSelLength<>0 then
|
||||
begin
|
||||
ASelStart:= FSelStart;
|
||||
ASelLength:= FSelLength;
|
||||
|
Loading…
Reference in New Issue
Block a user