From 13083c80c23bf3bad918d6f0065533a4287cdd0f Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 19 Aug 2021 15:40:38 +0200 Subject: [PATCH] Eeschema, dialog Find: do not force a position on screen when reopen dlg. The last position will be used. Fixes #8969 https://gitlab.com/kicad/code/kicad/issues/8969 --- eeschema/dialogs/dialog_schematic_find.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/dialogs/dialog_schematic_find.cpp b/eeschema/dialogs/dialog_schematic_find.cpp index a6ed74064b..b0a819f787 100644 --- a/eeschema/dialogs/dialog_schematic_find.cpp +++ b/eeschema/dialogs/dialog_schematic_find.cpp @@ -68,8 +68,6 @@ DIALOG_SCH_FIND::DIALOG_SCH_FIND( SCH_EDIT_FRAME* aParent, wxFindReplaceData* aD m_buttonFind->SetDefault(); SetInitialFocus( m_comboFind ); - SetPosition( aPosition ); - // Adjust the height of the dialog to prevent controls from being hidden when // switching between the find and find/replace modes of the dialog. This ignores // the users preferred height if any of the controls would be hidden.