Update GLCanvas3D.cpp

This commit is contained in:
RF47
2026-05-18 10:38:24 -03:00
parent b8ec6559ce
commit ecffe70e17

View File

@@ -9136,7 +9136,7 @@ void GLCanvas3D::_render_canvas_toolbar()
[this]{wxGetApp().toggle_show_outline();}
);
create_menu_item( _utf8(L("Realistic mode")),
create_menu_item( _utf8(L("Realistic view")),
m_canvas_type != ECanvasType::CanvasAssembleView,
cfg->get_bool(SETTING_OPENGL_REALISTIC_MODE),
[this, &cfg]{