Commit c2f8898c authored by unknown's avatar unknown Committed by jean-pierre charras

Hide "Power component value text cannot be modified" in libedit (which should ...

Hide "Power component value text cannot be modified" in libedit (which should  be displayed only in schematic editor for power parts)
parent 5f7268a1
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment