Browse Source

TUIStateForm fix.

Martijn Laan 1 year ago
parent
commit
709599cbd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Projects/CompFileListWin.pas

+ 2 - 2
Projects/CompFileListWin.pas

@@ -4,10 +4,10 @@ interface
 
 uses
   Classes, Controls, Forms, Dialogs, ExtCtrls, StdCtrls,
-  NewStaticText, DropListBox, CompWizardFilesHelper;
+  UIStateForm, NewStaticText, DropListBox, CompWizardFilesHelper;
 
 type
-  TCFLWForm = class(TForm)
+  TCFLWForm = class(TUIStateForm)
     Panel1: TPanel;
     OkButton: TButton;
     CancelButton: TButton;