mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
fix: typo "Glidlines" → "Gridlines" in View menu tooltip (#12527)
This commit is contained in:
@@ -2825,7 +2825,7 @@ void MainFrame::init_menubar_as_editor()
|
|||||||
this, [this]() { return m_tabpanel->GetSelection() == TabPosition::tp3DEditor || m_tabpanel->GetSelection() == TabPosition::tpPreview; },
|
this, [this]() { return m_tabpanel->GetSelection() == TabPosition::tp3DEditor || m_tabpanel->GetSelection() == TabPosition::tpPreview; },
|
||||||
[this]() { return wxGetApp().show_3d_navigator(); }, this);
|
[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&) {
|
[this](wxCommandEvent&) {
|
||||||
wxGetApp().toggle_show_plate_gridlines();
|
wxGetApp().toggle_show_plate_gridlines();
|
||||||
m_plater->get_current_canvas3D()->post_event(SimpleEvent(wxEVT_PAINT));
|
m_plater->get_current_canvas3D()->post_event(SimpleEvent(wxEVT_PAINT));
|
||||||
|
|||||||
Reference in New Issue
Block a user