Changeset 460 for trunk/LocalPlayer/Draft.pas
- Timestamp:
- Nov 28, 2023, 3:16:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Draft.pas
r447 r460 5 5 6 6 uses 7 Protocol, ClientTools, Term,ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,7 Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, 8 8 Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, ButtonB, Area; 9 9 … … 37 37 end; 38 38 39 var40 DraftDlg: TDraftDlg;41 42 39 43 40 implementation 44 41 45 42 uses 46 Help, Tribes, Directories;43 Term, Help, Tribes, Directories; 47 44 48 45 {$R *.lfm} … … 531 528 I := (Y - yFeature) div LinePitch; 532 529 if (X >= xFeature - 21) and (X < ClientWidth) and (ssShift in Shift) then 533 HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkFeature, Code[I])530 MainScreen.HelpDlg.ShowNewContent(WindowModeMakePersistent(FWindowMode), hkFeature, Code[I]) 534 531 else if not(Code[I] in AutoFeature) then 535 532 begin
Note:
See TracChangeset
for help on using the changeset viewer.