mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Bugfix: Avoid scroll by removing blank line outside visible area in Authors text box.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user