DIALOG_TEXT_PROPERTIES: do not show fill option for texts.
It make sense only for text boxes. Fixes #10786 https://gitlab.com/kicad/code/kicad/issues/10786
This commit is contained in:
parent
040a619f27
commit
2f79f579cc
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2013 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* Copyright (C) 2013 Wayne Stambaugh <stambaughw@gmail.com>
|
||||
* Copyright (C) 1992-2021 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 1992-2022 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@ -74,6 +74,7 @@ DIALOG_TEXT_PROPERTIES::DIALOG_TEXT_PROPERTIES( SCH_EDIT_FRAME* aParent, SCH_ITE
|
|||
m_borderStyleCombo->Show( false );
|
||||
m_fillColorLabel->Show( false );
|
||||
m_panelFillColor->Show( false );
|
||||
m_filledCtrl->Show( false );
|
||||
}
|
||||
|
||||
m_textCtrl->SetEOLMode( wxSTC_EOL_LF );
|
||||
|
|
Loading…
Reference in New Issue