mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
fix build error bug
This commit is contained in:
@@ -1330,7 +1330,9 @@ void GLCanvas3D::reset_volumes()
|
|||||||
m_volumes.clear();
|
m_volumes.clear();
|
||||||
m_dirty = true;
|
m_dirty = true;
|
||||||
|
|
||||||
if (wxGetApp.plater() && wxGetApp().plater()->get_notification_manager())
|
auto pLater = wxGetApp().plater();
|
||||||
|
|
||||||
|
if (pLater && wxGetApp().plater()->get_notification_manager())
|
||||||
{
|
{
|
||||||
_set_warning_notification(EWarning::ObjectOutside, false);
|
_set_warning_notification(EWarning::ObjectOutside, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user