Removed 'Lock aspect' from wxMathPlot widget context menu

This commit is contained in:
Maciej Suminski 2016-08-11 14:42:12 +02:00
parent 7b81516b61
commit 67e283c3af
1 changed files with 1 additions and 1 deletions

View File

@ -1558,7 +1558,7 @@ mpWindow::mpWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const w
m_popmenu.Append( mpID_FIT, _("Fit"), _("Set plot view to show all items"));
m_popmenu.Append( mpID_ZOOM_IN, _("Zoom in"), _("Zoom in plot view."));
m_popmenu.Append( mpID_ZOOM_OUT, _("Zoom out"), _("Zoom out plot view."));
m_popmenu.AppendCheckItem( mpID_LOCKASPECT, _("Lock aspect"), _("Lock horizontal and vertical zoom aspect."));
//m_popmenu.AppendCheckItem( mpID_LOCKASPECT, _("Lock aspect"), _("Lock horizontal and vertical zoom aspect."));
//m_popmenu.Append( mpID_HELP_MOUSE, _("Show mouse commands..."), _("Show help about the mouse commands."));
m_layers.clear();