mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1482: set anchor siblings on remaining forms
This commit is contained in:
@ -160,7 +160,7 @@ begin
|
||||
ProgressCharsPerStep := ContentLen div FLoadDataFrm.ProgressBarSteps;
|
||||
ProgressChars := 0;
|
||||
MainForm.EnableProgress(FLoadDataFrm.ProgressBarSteps);
|
||||
IgnoreLines := FLoadDataFrm.updownIgnoreLines.Position;
|
||||
IgnoreLines := StrToIntDef(FLoadDataFrm.editIgnoreLines.Text, 0);
|
||||
NextChar;
|
||||
|
||||
while P <= ContentLen do begin
|
||||
|
Reference in New Issue
Block a user