Re: [Kicad-developers] [PATCH] Eeschema: place new field near parent component

2019-03-27 Thread John Beard
Hi Konstantin, I have applied this patch to both the development and the 5.1 branches. Thank you for helping KiCad! Cheers, John On Tue, Mar 26, 2019 at 8:15 PM Baranovskiy Konstantin wrote: > > For now fields created in Fields Editor are placed at > position (0, 0). > Every new field must be

[Kicad-developers] [PATCH] Eeschema: place new field near parent component

2019-03-26 Thread Baranovskiy Konstantin
For now fields created in Fields Editor are placed at position (0, 0). Every new field must be placed at the origin of the parent component. --- eeschema/dialogs/dialog_fields_editor_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/dialogs/dialog_fields_edito