aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 11:46:34 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-08 11:46:34 +0000
commit13d8779f9ccb09a5ce4171387d0598d6266618bb (patch)
tree3ac102bdb149bf8146e0b25e841074c0e273ec94 /Game/Code/Screens/UScreenEditSub.pas
parenta4de5895a4cb1c3bf06948c27af50b6d27de306e (diff)
downloadusdx-13d8779f9ccb09a5ce4171387d0598d6266618bb.tar.gz
usdx-13d8779f9ccb09a5ce4171387d0598d6266618bb.tar.xz
usdx-13d8779f9ccb09a5ce4171387d0598d6266618bb.zip
result-values for TMenu.Draw() added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1232 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenEditSub.pas')
-rw-r--r--Game/Code/Screens/UScreenEditSub.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas
index 564ef42c..2d98f6bc 100644
--- a/Game/Code/Screens/UScreenEditSub.pas
+++ b/Game/Code/Screens/UScreenEditSub.pas
@@ -1309,6 +1309,8 @@ begin
// draw text
Lyric.Draw;
+
+ Result := true;
end;
procedure TScreenEditSub.onHide;