Browse Source

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
6.0.7
jean-pierre charras 4 years ago
parent
commit
13083c80c2
  1. 2
      eeschema/dialogs/dialog_schematic_find.cpp

2
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.

Loading…
Cancel
Save