Bugfix: Avoid scroll by removing blank line outside visible area in Authors text box.

This commit is contained in:
rosenfield
2008-05-05 17:23:50 +00:00
parent a44917865f
commit 54de398a1c

View File

@@ -97,6 +97,9 @@ begin
// Define the current cursor like a clock
Screen.Cursor := crHourGlass;
// Avoid scroll by removing blank line outside visible area in Authors text box
MemoAuthors.Text := TrimRight(MemoAuthors.Text);
// App-Version
LabelVersion.Caption := FullAppVersion;