Ensure that the Coordinate System selected in the sidebar panel is always one supported by the current selection
This commit is contained in:
parent
9141835b76
commit
e3aff0383c
5 changed files with 48 additions and 25 deletions
|
@ -1639,6 +1639,9 @@ void GLCanvas3D::render()
|
|||
#if ENABLE_GLMODEL_STATISTICS
|
||||
GLModel::render_statistics();
|
||||
#endif // ENABLE_GLMODEL_STATISTICS
|
||||
#if ENABLE_OBJECT_MANIPULATION_DEBUG
|
||||
wxGetApp().obj_manipul()->render_debug_window();
|
||||
#endif // ENABLE_OBJECT_MANIPULATION_DEBUG
|
||||
|
||||
std::string tooltip;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue