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:
jean-pierre charras
2012-02-28 21:14:17 +01:00
parent 4a7394038f
commit 75d2dc7311
17 changed files with 54 additions and 19 deletions
+1 -1
View File
@@ -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() );
}