From 764986a9b0acda88b77656296604cc87766b5712 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 22 May 2019 18:35:58 +0200 Subject: [PATCH] Fix a compil issue --- eeschema/sch_draw_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() )