Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.

I tried to merge some constants used both in legacy mode and gal mode (which were, before this patch, separate constants).
There is still a serious work to avoid different calculation code for the same text in draw and plot functions.
Work in progress to merge these calculation functions.
This commit is contained in:
jean-pierre charras
2016-03-11 13:08:34 +01:00
parent 3fd179cd10
commit 99e81aeb9c
9 changed files with 71 additions and 39 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ void DIALOG_CREATE_ARRAY::OnOkClick( wxCommandEvent& event )
}
else
wxMessageBox( _(" Bad parameters" ) );
wxMessageBox( _("Bad parameters" ) );
}