aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEdit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenEdit.pas')
-rw-r--r--Game/Code/Screens/UScreenEdit.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenEdit.pas b/Game/Code/Screens/UScreenEdit.pas
index 00feddbf..3275222b 100644
--- a/Game/Code/Screens/UScreenEdit.pas
+++ b/Game/Code/Screens/UScreenEdit.pas
@@ -93,6 +93,8 @@ end;
procedure TScreenEdit.onShow;
begin
+ inherited;
+
// Interaction := 0;
end;