mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 23:39:44 +01:00
lcl: skip properties which exists in VCL and does not exists in LCL TForm.OldCreateOrder and TBitBtn.Style (part of issue #0001182)
git-svn-id: trunk@18514 -
This commit is contained in:
parent
748f663981
commit
0c3dd5eb0e
@ -474,4 +474,5 @@ end;
|
||||
|
||||
initialization
|
||||
{$I btn_icons.lrs}
|
||||
RegisterPropertyToSkip(TBitBtn, 'Style', 'VCL compatibility property', '');
|
||||
end.
|
||||
|
||||
@ -1651,6 +1651,7 @@ end;
|
||||
|
||||
initialization
|
||||
{$INCLUDE cursors.lrs}
|
||||
RegisterPropertyToSkip(TForm, 'OldCreateOrder', 'VCL compatibility property', '');
|
||||
LCLProc.OwnerFormDesignerModifiedProc:=@IfOwnerIsFormThenDesignerModified;
|
||||
Screen:=TScreen.Create(nil);
|
||||
Application:=TApplication.Create(nil);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user