Pcbnew: Fix bug #1296649 (Text on flipped modules incorrectly placed).

Dialog Freeroute: if freeroute.jar is find in kicad binaries, it is run as a standard java application, not as web applcation
Very minor other fixes
FPC_(SMD_type)_footprintwizard.py wizard finished.
This commit is contained in:
jean-pierre charras
2014-03-27 18:45:05 +01:00
parent f1ee6de025
commit 34c593916c
8 changed files with 184 additions and 26 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ void MODULE::Flip( const wxPoint& aCentre )
case PCB_MODULE_TEXT_T:
text = (TEXTE_MODULE*) item;
text->m_Pos.y -= m_Pos.y;
NEGATE( text->m_Pos0.y );
NEGATE( text->m_Pos.y );
text->m_Pos.y += m_Pos.y;
NEGATE( text->m_Pos0.y );
NEGATE_AND_NORMALIZE_ANGLE_POS( text->m_Orient );