LazReport: Remove property "ReadOnly" from CheckBox in Lr_prdlg. Issue #37066, patch from Zdravko Gabrovski.

git-svn-id: trunk@63146 -
This commit is contained in:
juha 2020-05-13 21:21:46 +00:00
parent 60d719d70a
commit c236e626e7

View File

@ -229,7 +229,6 @@ object frPrintForm: TfrPrintForm
OnChange = CB1Click
OnClick = CB1Click
OnDrawItem = CB1DrawItem
ReadOnly = True
Style = csOwnerDrawFixed
TabOrder = 1
end