mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
parent
4ac4cc14ee
commit
1c848622d7
@ -95,7 +95,7 @@ public:
|
||||
wxPoint GetPosition() const override { return m_pos; }
|
||||
void SetPosition( const wxPoint& aPosition ) override { m_pos = aPosition; }
|
||||
|
||||
bool IsPointClickableAnchor( const wxPoint& aPos ) const override { return GetPosition() == aPos; }
|
||||
bool IsPointClickableAnchor( const wxPoint& aPos ) const override { return false; }
|
||||
|
||||
int GetDiameter() const;
|
||||
void SetDiameter( int aDiameter ) { m_diameter = aDiameter; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user