Add missing color prop for text
This commit is contained in:
parent
c39e7b2225
commit
740c7a73a2
|
@ -1223,6 +1223,10 @@ static struct EDA_TEXT_DESC
|
|||
&EDA_TEXT::SetVertJustify, &EDA_TEXT::GetVertJustify ),
|
||||
textProps );
|
||||
|
||||
propMgr.AddProperty( new PROPERTY<EDA_TEXT, COLOR4D>( _HKI( "Color" ),
|
||||
&EDA_TEXT::SetTextColor, &EDA_TEXT::GetTextColor ),
|
||||
textProps );
|
||||
|
||||
propMgr.AddProperty( new PROPERTY<EDA_TEXT, wxString>( _HKI( "Hyperlink" ),
|
||||
&EDA_TEXT::SetHyperlink, &EDA_TEXT::GetHyperlink ),
|
||||
textProps );
|
||||
|
|
Loading…
Reference in New Issue