Changeset 558 for trunk/Packages


Ignore:
Timestamp:
Apr 25, 2024, 6:31:34 PM (3 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

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

    r496 r558  
    263263    ClientHeight - BottomFrame);
    264264  for I := 0 to ControlCount - 1 do
    265     if not(Controls[I] is TArea) and Controls[I].Visible then
     265    if not (Controls[I] is TArea) and Controls[I].Visible then
    266266    begin
    267267      with Controls[I].BoundsRect do
Note: See TracChangeset for help on using the changeset viewer.