Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bug: The "Current line" display is covered by the progress bar #16

Open
PeterPanino opened this issue Jan 24, 2024 · 1 comment
Open

Comments

@PeterPanino
Copy link

The "Current line" display is covered by the progress bar:

https://app.screencast.com/OB24Enn4KwCOo

Delphi 12, Windows 10

@Delphichem
Copy link

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

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

No branches or pull requests

2 participants