Fix a compil issue

This commit is contained in:
jean-pierre charras 2019-05-22 18:35:58 +02:00
parent c4efa95b4a
commit 764986a9b0
1 changed files with 1 additions and 1 deletions

View File

@ -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() )