Ignore:
Timestamp:
Apr 28, 2022, 10:46:44 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Incorrectly renamed function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Draft.pas

    r431 r432  
    532532      i := (y - yFeature) div LinePitch;
    533533      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])
    535535      else if not(code[i] in AutoFeature) then
    536536      begin
Note: See TracChangeset for help on using the changeset viewer.