Fix status function

This commit is contained in:
Filip Sykala 2021-07-19 10:12:19 +02:00
parent 709ea1283e
commit c444ef81bd
3 changed files with 3 additions and 49 deletions

View file

@ -49,7 +49,6 @@ void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limi
ModelObject *obj = wxGetApp().plater()->model().objects[object_idx];
ModelVolume *act_volume = obj->volumes.front();
// Check selection of new volume
// Do not reselect object when processing
if (act_volume != volume && state == State::settings) {