Ignore:
Timestamp:
Apr 24, 2024, 11:19:11 AM (13 days ago)
Author:
chronos
Message:
  • Added: TButtonG class as a button class component referencing TGraphicSet item.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/DrawDlg.pas

    r531 r554  
    132132  MousePos2: TPoint;
    133133{$IFDEF UNIX}
    134   MousePosNew: TPoint;
    135134  NewFormPos: TPoint;
    136135{$ENDIF}
     
    149148      MoveMousePos := ClientToScreen(Point(X, Y));
    150149      MoveFormPos := Point(Left, Top);
    151       MousePosNew := Mouse.CursorPos;
    152150      // Activate move only if mouse position was not changed during inherited call
    153151      if (MousePos1.X = MousePos2.X) and (MousePos1.Y = MousePos2.Y) then begin
Note: See TracChangeset for help on using the changeset viewer.