~chronoscz/c-evo/trunk

« back to all changes in this revision

Viewing changes to LocalPlayer/Draft.pas

  • Committer: chronos
  • Date: 2022-04-28 20:46:44 UTC
  • Revision ID: svn-v4:df67fc5e-c296-4801-ab9c-02011ead39ce:trunk:432
* Fixed: Incorrectly renamed function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
    begin
532
532
      i := (y - yFeature) div LinePitch;
533
533
      if (x >= xFeature - 21) and (x < ClientWidth) and (ssShift in Shift) then
534
 
        HelpDlg.ShowNewContent(WindowModePersistent(FWindowMode), hkFeature, code[i])
 
534
        HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkFeature, code[i])
535
535
      else if not(code[i] in AutoFeature) then
536
536
      begin
537
537
        if (code[i] < mcFirstNonCap) and (x >= xFeature - 21) and