Changeset 432 for trunk/LocalPlayer/Draft.pas
- Timestamp:
- Apr 28, 2022, 10:46:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Draft.pas
r431 r432 532 532 i := (y - yFeature) div LinePitch; 533 533 if (x >= xFeature - 21) and (x < ClientWidth) and (ssShift in Shift) then 534 HelpDlg.ShowNewContent(WindowMode Persistent(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
Note:
See TracChangeset
for help on using the changeset viewer.