fix: typo "Glidlines" → "Gridlines" in View menu tooltip (#12527)

This commit is contained in:
gerchowl 2026-03-01 03:42:51 +01:00 committed by GitHub
parent 0ef8a79cd2
commit 899bcf2e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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));