Skip to content

Commit

Permalink
Fix rightsize of disassembler missing (on fpc stable/laz stable for mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Jul 14, 2020
1 parent a04779a commit bef3d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cheat Engine/MemoryBrowserFormUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,11 @@ procedure TMemoryBrowser.FormShow(Sender: TObject);

adjustedsize:=true;
end;

{$ifdef darwin}
//need to adjust the formsize to trigger a repaint
BoundsRect:=BoundsRect;
{$endif}
end;

procedure TMemoryBrowser.disassemblerviewDblClick(Sender: TObject);
Expand Down

0 comments on commit bef3d59

Please sign in to comment.