Removed 'Lock aspect' from wxMathPlot widget context menu
This commit is contained in:
parent
7b81516b61
commit
67e283c3af
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue