mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 17:44:46 -07:00
fix: typo "Glidlines" → "Gridlines" in View menu tooltip (#12527)
This commit is contained in:
parent
0ef8a79cd2
commit
899bcf2e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2825,7 +2825,7 @@ void MainFrame::init_menubar_as_editor()
|
|||
this, [this]() { return m_tabpanel->GetSelection() == TabPosition::tp3DEditor || m_tabpanel->GetSelection() == TabPosition::tpPreview; },
|
||||
[this]() { return wxGetApp().show_3d_navigator(); }, this);
|
||||
|
||||
append_menu_check_item(viewMenu, wxID_ANY, _L("Show Gridlines"), _L("Show Glidlines on plate"),
|
||||
append_menu_check_item(viewMenu, wxID_ANY, _L("Show Gridlines"), _L("Show Gridlines on plate"),
|
||||
[this](wxCommandEvent&) {
|
||||
wxGetApp().toggle_show_plate_gridlines();
|
||||
m_plater->get_current_canvas3D()->post_event(SimpleEvent(wxEVT_PAINT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue