diff --git a/pcbnew/class_board.h b/pcbnew/class_board.h index 20eeeacb99..7ef6e03a04 100644 --- a/pcbnew/class_board.h +++ b/pcbnew/class_board.h @@ -324,6 +324,7 @@ public: wxPoint GetPosition() const override; void SetPosition( const wxPoint& aPos ) override; + const wxPoint GetFocusPosition() const override { return GetBoundingBox().GetCenter(); } bool IsEmpty() const {