Hide "Power component value text cannot be modified" in libedit (which should be displayed only in schematic editor for power parts)
This commit is contained in:
parent
5f7268a178
commit
c2f8898c58
|
@ -134,6 +134,10 @@ void DIALOG_LIB_EDIT_TEXT::initDlg( )
|
|||
|
||||
// Hide the select button as the child dialog classes use this
|
||||
m_TextValueSelectButton->Hide();
|
||||
|
||||
// Hide the "Power component value text cannot be modified!" warning
|
||||
m_PowerComponentValues->Show( false );
|
||||
Fit();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue