Changeset 86


Ignore:
Timestamp:
Jan 16, 2017, 11:30:45 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Reverted last commit as StayOnTop causes more problems then it solves.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.pas

    r85 r86  
    4444      LoadGraphicFile(img, HomeDir + 'Graphics' + DirectorySeparator + 'Background.png');
    4545    end;
    46     BoundsRect := Screen.MonitorFromWindow(Handle).BoundsRect;
    47     FormStyle := fsStayOnTop;
    4846  end else begin
    4947    WindowState := wsNormal;
  • trunk/LocalPlayer/Term.pas

    r85 r86  
    77667766  Left := 0;
    77677767  Top := 0;
    7768   if FullScreen then begin
    7769     BoundsRect := Screen.MonitorFromWindow(Handle).BoundsRect;
    7770     FormStyle := fsStayOnTop;
    7771   end;
    77727768end;
    77737769
Note: See TracChangeset for help on using the changeset viewer.