Changeset 504 for trunk/Packages


Ignore:
Timestamp:
Dec 24, 2023, 12:57:24 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: ScrollBar was not visible on Windows due to not set Width.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/DrawDlg.pas

    r497 r504  
    240240  r0 := CreateRectRgn(0, 0, ClientWidth, ClientHeight);
    241241  for i := 0 to ControlCount - 1 do
    242     if not(Controls[i] is TArea) and Controls[i].Visible then
     242    if not (Controls[i] is TArea) and Controls[i].Visible then
    243243    begin
    244244      with Controls[i].BoundsRect do
     
    320320    end;
    321321    Start := Stop + 2;
    322     inc(LinesCount);
     322    Inc(LinesCount);
    323323  end;
    324324  if Preview then
Note: See TracChangeset for help on using the changeset viewer.