Skip to content

Commit

Permalink
fix the addresslist editor when scrolled down
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatengine@gmail.com committed May 21, 2014
1 parent 85bbf6f commit edb9cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheat Engine/addresslisteditor.pas
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ procedure TAddressListEditor.UpdatePosition(left: integer);
begin
dr:=memrec.treenode.DisplayRect(true);
self.height:=dr.Bottom-dr.top;
self.top:=memrec.treenode.top; //dr.top;
self.top:=dr.top;



Expand Down

0 comments on commit edb9cce

Please sign in to comment.