Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Wrong progress bar position during compilation #26

Open
lorenzomontesi75 opened this issue Jan 17, 2024 · 2 comments
Open

Wrong progress bar position during compilation #26

lorenzomontesi75 opened this issue Jan 17, 2024 · 2 comments

Comments

@lorenzomontesi75
Copy link

The progress bar appears in the wrong location in Delphi 12, partially overlapping the current line. In dpi-unaware mode the progress bar completely covers the current line.

image

@Delphichem
Copy link

Hi,
In NativeProgressForm.pas
Change
pnErrors := Form.FindComponent('pnErrors') as TControl;
With
pnErrors := Form.FindComponent('pnHints') as TControl;

NB: I've Delphi 11.3 CE edition not Delphi 12.0

@chmichael
Copy link

Is there any nightly build ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants