← Back to team overview

kicad-developers team mailing list archive

Dimensioning fix

 

After changing dimension text size, the text isn't moved properly.

To fix:
Index: pcbnew/cotation.cpp
===================================================================
--- pcbnew/cotation.cpp (revision 132)
+++ pcbnew/cotation.cpp (working copy)
@@ -348,6 +348,7 @@
 
WinEDA_CotationPropertiesFrame* frame = new WinEDA_CotationPropertiesFrame( this,
Cotation, DC, pos );
+ Ajuste_Details_Cotation( Cotation );
frame->ShowModal();
frame->Destroy();
}