Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug.
All: prepare better compatibility with wxWidgets 2.9.4. Works fine with 2.8.x (I hope...)
This commit is contained in:
@@ -330,5 +330,5 @@ void AbortBlockCurrentCommand( EDA_DRAW_PANEL* Panel, wxDC* DC )
|
||||
|
||||
screen->m_BlockLocate.m_Command = BLOCK_IDLE;
|
||||
Panel->GetParent()->DisplayToolMsg( wxEmptyString );
|
||||
Panel->SetCursor( Panel->GetCurrentCursor() );
|
||||
Panel->SetCursor( (wxStockCursor) Panel->GetCurrentCursor() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user