mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
The TCommonDialog.Title property is flagged as nodefault.
Without this change, Title property equal to '' is not saved to .lfm file.
This commit is contained in:
parent
3964d9db3b
commit
b85417a330
@ -131,7 +131,7 @@ type
|
||||
property OnCanClose: TCloseQueryEvent read FOnCanClose write FOnCanClose;
|
||||
property OnShow: TNotifyEvent read FOnShow write FOnShow;
|
||||
property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;
|
||||
property Title: TTranslateString read FTitle write FTitle stored IsTitleStored;
|
||||
property Title: TTranslateString read FTitle write FTitle stored IsTitleStored nodefault;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user