Skip to content

Commit

Permalink
focus the processlist on opening a server (makes typing text for the …
Browse files Browse the repository at this point in the history
…filter easier)
  • Loading branch information
cheat-engine committed Nov 13, 2022
1 parent c47a485 commit 5dd41c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cheat Engine/ProcessWindowUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ procedure TProcessWindow.btnNetworkClick(Sender: TObject);
TabHeader.Tabindex:=1;
refreshlist;
end;

processlist.SetFocus;
end;
end;

Expand Down

0 comments on commit 5dd41c6

Please sign in to comment.