Lzazarus Error on opening example
jonyrh opened this issue · 1 comments
jonyrh commented
Hi, zamtmn!
Installed package metadarkstyledsgn226.lpk on Lazarus 2.2.6 (rev lazarus_2_2_6) FPC 3.2.2 x86_64-win64-win32/win64/
After opening example defaultallowdark
showing error and Lazarus closed...
Solution:
modify usharedform.lfm
object TreeView1: TTreeView
Left = 84
Height = 133
Top = 187
Width = 202
//ShowSeparators = False // replace
Options = [tvoShowSeparators] // for new version TreeView
TabOrder = 1
...
end
zamtmn commented
Thanks!