kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02809
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();
}