diff --git a/eeschema/sch_draw_panel.cpp b/eeschema/sch_draw_panel.cpp index 9d1fca587a..a70eacf84a 100644 --- a/eeschema/sch_draw_panel.cpp +++ b/eeschema/sch_draw_panel.cpp @@ -394,7 +394,7 @@ void SCH_DRAW_PANEL::OnMouseEvent( wxMouseEvent& event ) if( event.ButtonUp( wxMOUSE_BTN_MIDDLE ) ) { CrossHairOn(); - SetCursor( m_currentCursor ); + SetCursor( (wxStockCursor) m_currentCursor ); } if( event.MiddleIsDown() )