1st installment of project dirty state manager

This commit is contained in:
enricoturri1966 2021-04-06 10:00:17 +02:00
parent 04526d5c28
commit 144e37c274
7 changed files with 113 additions and 4 deletions

View file

@ -1718,6 +1718,11 @@ void GLCanvas3D::render()
}
#endif // ENABLE_RENDER_STATISTICS
#if ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW
if (wxGetApp().is_editor() && wxGetApp().plater()->is_view3D_shown())
wxGetApp().plater()->render_project_state_debug_window();
#endif // ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW
#if ENABLE_CAMERA_STATISTICS
camera.debug_render();
#endif // ENABLE_CAMERA_STATISTICS