revert 0010861

git-svn-id: trunk@14219 -
This commit is contained in:
paul 2008-02-21 05:42:12 +00:00
parent 99ca08c0bc
commit fc53a7a259

View File

@ -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;