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:
unknown 2015-04-17 20:31:30 +02:00 committed by jean-pierre charras
parent 5f7268a178
commit c2f8898c58
1 changed files with 4 additions and 0 deletions

View File

@ -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();
}