mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:19:13 +02:00
LCL: fixed setting TEdit.SelStart and SelLength before the handle has been created
git-svn-id: trunk@21113 -
This commit is contained in:
parent
0fbf06339a
commit
bc85f9b08e
@ -35,6 +35,8 @@ begin
|
||||
TWSCustomEditClass(WidgetSetClass).SetPasswordChar(Self, FPasswordChar);
|
||||
TWSCustomEditClass(WidgetSetClass).SetReadOnly(Self, FReadOnly);
|
||||
TWSCustomEditClass(WidgetSetClass).SetAlignment(Self, FAlignment);
|
||||
TWSCustomEditClass(WidgetSetClass).SetSelStart(Self, FSelStart);
|
||||
TWSCustomEditClass(WidgetSetClass).SetSelLength(Self, FSelLength);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user