mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Comments.
This commit is contained in:
parent
65c75072ef
commit
a5ee614ae8
@ -1180,6 +1180,8 @@ static struct EDA_TEXT_DESC
|
||||
&EDA_TEXT::SetText, &EDA_TEXT::GetText ),
|
||||
textProps );
|
||||
|
||||
// This must be a PROPERTY_ENUM to get a choice list.
|
||||
// SCH_ and PCB_PROPERTIES_PANEL::updateFontList() fill in the enum values.
|
||||
propMgr.AddProperty( new PROPERTY_ENUM<EDA_TEXT, int>( _HKI( "Font" ),
|
||||
&EDA_TEXT::SetFontIndex, &EDA_TEXT::GetFontIndex ),
|
||||
textProps )
|
||||
|
Loading…
x
Reference in New Issue
Block a user