mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 22:29:25 +02:00
PoChecker: fix updating GUI in TPoCheckerForm.SetSelectedMasterFiles.
git-svn-id: trunk@46482 -
This commit is contained in:
parent
9538b7bb59
commit
226016dbd0
@ -665,6 +665,7 @@ var
|
||||
HasSelection: Boolean;
|
||||
begin
|
||||
MasterPoListBox.ClearSelection;
|
||||
HasSelection := False;
|
||||
for i := 0 to S.Count - 1 do
|
||||
begin
|
||||
Fn := S.Strings[i];
|
||||
@ -675,7 +676,7 @@ begin
|
||||
HasSelection := True;
|
||||
end;
|
||||
end;
|
||||
//debugln('TPoCheckerForm.SetSelectedMasterFiles: MasterPoListBox.SelCount = ',DbgS(MasterPoListBox.SelCount));
|
||||
//debugln('TPoCheckerForm.SetSelectedMasterFiles: S.Count = ',DbgS(S.Count),' HasSelection = ',DbgS(HasSelection));
|
||||
UpdateGUI(HasSelection);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user