mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 06:09:48 +01:00
LCL, ButtonEdit: fix DirectInput default value.
git-svn-id: trunk@44644 -
This commit is contained in:
parent
ae7b0ce9ab
commit
b618ff3fc2
@ -1238,7 +1238,7 @@ begin
|
||||
BorderStyle := bsNone;
|
||||
FButtonAlign := BaRight;
|
||||
FButtonOnlyWhenFocused := False;
|
||||
FDirectInput := False;
|
||||
FDirectInput := True;
|
||||
|
||||
with GetControlClassDefaultSize do
|
||||
SetInitialBounds(0, 0, CX, CY);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user