mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
WSDialogs: basic implementation of TWSTaskDialog.Execute.
This commit is contained in:
parent
9289be8936
commit
6fb319fae8
@ -124,7 +124,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
LResources;
|
||||
LResources, TaskDlgEmulation;
|
||||
|
||||
class function TWSCommonDialog.CreateHandle(const ACommonDialog: TCommonDialog): TLCLHandle;
|
||||
begin
|
||||
@ -200,8 +200,7 @@ end;
|
||||
|
||||
class function TWSTaskDialog.Execute(const ADlg: TCustomTaskDialog): Boolean;
|
||||
begin
|
||||
//ToDo call new LCLTaskDialog.Execute
|
||||
Result := False;
|
||||
Result := ExecuteLCLTaskDialog(TTaskDialog(ADlg));
|
||||
end;
|
||||
|
||||
{ WidgetSetRegistration }
|
||||
|
Loading…
Reference in New Issue
Block a user