ahausladen / DDevExtensions

Delphi IDE Plugin
Mozilla Public License 2.0
130 stars 43 forks source link

Wrong progress bar position during compilation #26

Open lorenzomontesi75 opened 10 months ago

lorenzomontesi75 commented 10 months ago

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 commented 9 months ago

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 commented 6 days ago

Is there any nightly build ?