Ignore:
Timestamp:
Dec 18, 2023, 10:31:54 PM (5 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

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

    r472 r496  
    175175    Assert((NewMode = wmModal) or (FWindowMode <> wmModal));
    176176    // don't make modal window non-modal
    177     if (NewMode = wmModal) and (forceclose or (FWindowMode <> wmModal)) then
     177    if (NewMode = wmModal) and (ForceClose or (FWindowMode <> wmModal)) then
    178178    begin // make modal
    179179      UserLeft := Left;
     
    183183      ShowModal;
    184184    end
    185     else if forceclose then
     185    else if ForceClose then
    186186    begin // make modal
    187187      Visible := False;
Note: See TracChangeset for help on using the changeset viewer.