Fix a compil issue
This commit is contained in:
parent
c4efa95b4a
commit
764986a9b0
|
@ -394,7 +394,7 @@ void SCH_DRAW_PANEL::OnMouseEvent( wxMouseEvent& event )
|
||||||
if( event.ButtonUp( wxMOUSE_BTN_MIDDLE ) )
|
if( event.ButtonUp( wxMOUSE_BTN_MIDDLE ) )
|
||||||
{
|
{
|
||||||
CrossHairOn();
|
CrossHairOn();
|
||||||
SetCursor( m_currentCursor );
|
SetCursor( (wxStockCursor) m_currentCursor );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( event.MiddleIsDown() )
|
if( event.MiddleIsDown() )
|
||||||
|
|
Loading…
Reference in New Issue