mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Change slope global use configuration to show overhang Unfortunately there was a typo in #12218 This should fix it.
This commit is contained in:
@@ -1254,7 +1254,7 @@ bool GLCanvas3D::init()
|
||||
// Controls the display of object names directly over the object
|
||||
m_labels.show(wxGetApp().app_config->get_bool("show_labels"));
|
||||
// Controls the color coding of overhang surfaces
|
||||
m_slope.globalUse(wxGetApp().app_config->get_bool("show_labels"));
|
||||
m_slope.globalUse(wxGetApp().app_config->get_bool("show_overhang"));
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) <<__FUNCTION__<< " enter";
|
||||
glsafe(::glClearColor(1.0f, 1.0f, 1.0f, 1.0f));
|
||||
|
||||
Reference in New Issue
Block a user