Skip to content

Commit

Permalink
Update interfacearea.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 21, 2021
1 parent a578aa4 commit efe7e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions osr/interface/interfacearea.simba
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ begin
Result := Self.IsClassicOpen or Self.IsScrollOpen;
end;

function TRSXPDrop.FindDrop: Boolean; override;
begin
Result := not MainScreen.HasInterface and inherited;
end;


function TRSMainScreen.ClickCloseButton(PressEscape: Boolean = False): Boolean;
var
Expand Down

0 comments on commit efe7e3d

Please sign in to comment.