Schematic: remove old, invalid angle choice from editing options

This commit is contained in:
Mike Williams 2022-06-06 09:21:26 -04:00 committed by Seth Hillbrand
parent ab9c42d427
commit 252afe41f3
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ PANEL_EESCHEMA_EDITING_OPTIONS_BASE::PANEL_EESCHEMA_EDITING_OPTIONS_BASE( wxWind
m_staticText24->Wrap( -1 );
sbSizerEditOpt->Add( m_staticText24, 0, wxALL, 5 );
wxString m_choiceLineModeChoices[] = { _("Free Angle"), _("90 deg Angle"), _("45 deg Angle"), _("135 deg Angle") };
wxString m_choiceLineModeChoices[] = { _("Free Angle"), _("90 deg Angle"), _("45 deg Angle") };
int m_choiceLineModeNChoices = sizeof( m_choiceLineModeChoices ) / sizeof( wxString );
m_choiceLineMode = new wxChoice( sbSizerEditOpt->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, m_choiceLineModeNChoices, m_choiceLineModeChoices, 0 );
m_choiceLineMode->SetSelection( 1 );

View File

@ -159,7 +159,7 @@
<property name="caption"></property>
<property name="caption_visible">1</property>
<property name="center_pane">0</property>
<property name="choices">&quot;Free Angle&quot; &quot;90 deg Angle&quot; &quot;45 deg Angle&quot; &quot;135 deg Angle&quot;</property>
<property name="choices">&quot;Free Angle&quot; &quot;90 deg Angle&quot; &quot;45 deg Angle&quot;</property>
<property name="close_button">1</property>
<property name="context_help"></property>
<property name="context_menu">1</property>