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:
@@ -293,7 +293,7 @@ void DIALOG_CREATE_ARRAY::OnOkClick( wxCommandEvent& event )
|
||||
}
|
||||
|
||||
else
|
||||
wxMessageBox( _(" Bad parameters" ) );
|
||||
wxMessageBox( _("Bad parameters" ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user