When editing a label property it always goes to right orientation by itself
Fixes: lp:1661264 https://bugs.launchpad.net/kicad/+bug/1661264
This commit is contained in:
parent
1ab1d8e7e6
commit
7dddb1d1c1
|
@ -203,8 +203,8 @@ void DIALOG_LABEL_EDITOR::InitDialog()
|
|||
textWidth.Append( 'M', MINTEXTWIDTH );
|
||||
EnsureTextCtrlWidth( m_textLabel, &textWidth );
|
||||
|
||||
// Set validators
|
||||
m_TextOrient->SetSelection( m_CurrentText->GetTextAngle() );
|
||||
// Set text options:
|
||||
m_TextOrient->SetSelection( m_CurrentText->GetLabelSpinStyle() );
|
||||
m_TextShape->SetSelection( m_CurrentText->GetShape() );
|
||||
|
||||
int style = 0;
|
||||
|
|
Loading…
Reference in New Issue