mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 10:47:58 +02:00
LCL: fix comment language
git-svn-id: trunk@50813 -
This commit is contained in:
parent
173aff6805
commit
b1711729c1
@ -1695,7 +1695,7 @@ begin
|
||||
Exit;
|
||||
if Assigned(FOnButtonClick) then
|
||||
FOnButtonClick(Self);
|
||||
//derived controls that override ButtonClick tipically run a dialog after calling inherited,
|
||||
//derived controls that override ButtonClick typically run a dialog after calling inherited,
|
||||
//in that case selecting the text now does not make sense at all (and looks silly)
|
||||
//it's up to the derived control to implement this focus and select if wanted
|
||||
if TMethod(@Self.ButtonClick).Code = Pointer(@TCustomEditButton.ButtonClick) then
|
||||
|
Loading…
Reference in New Issue
Block a user