mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:09:26 +02:00
revert 0010861
git-svn-id: trunk@14219 -
This commit is contained in:
parent
99ca08c0bc
commit
fc53a7a259
@ -678,7 +678,9 @@ end;
|
||||
procedure TCustomEditButton.SetReadOnly(Value: Boolean);
|
||||
begin
|
||||
inherited SetReadOnly(Value);
|
||||
FButton.Enabled := not Value;
|
||||
// Paul: ReadOnly should affect only editbox to prevent editing it by hands
|
||||
|
||||
//FButton.Enabled := not Value;
|
||||
end;
|
||||
|
||||
procedure TCustomEditButton.DoPositionButton;
|
||||
|
Loading…
Reference in New Issue
Block a user