Skip to content

Commit

Permalink
fix(forms): make TScriptForm.Form a class var again temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Nov 30, 2024
1 parent aeee721 commit 9bbca73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/forms/scriptform.simba
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ TScriptForm is the record responsible for handling the WaspLib form.
Tabs: array of TTabSheet;
Start: TButton;
LightMode, Running: Boolean;
class var
Form: TForm;
end;

Expand Down

0 comments on commit 9bbca73

Please sign in to comment.