Fixing conflicts part 4:
See previous commit. This one applies changes from master_250 to the files mentioned
This commit is contained in:
parent
d662bf2a18
commit
6c0db58628
10 changed files with 88 additions and 54 deletions
|
@ -1840,6 +1840,10 @@ void GLCanvas3D::select_all()
|
|||
{
|
||||
m_selection.add_all();
|
||||
m_dirty = true;
|
||||
wxGetApp().obj_manipul()->set_dirty();
|
||||
m_gizmos.reset_all_states();
|
||||
m_gizmos.update_data();
|
||||
post_event(SimpleEvent(EVT_GLCANVAS_OBJECT_SELECT));
|
||||
}
|
||||
|
||||
void GLCanvas3D::deselect_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue