Fix: Do not revert changes on change GLGizmoBase::m_state when apply was used

This commit is contained in:
Filip Sykala 2021-08-26 14:21:54 +02:00
parent af413e37bb
commit 9f70afe44e
2 changed files with 16 additions and 14 deletions

View file

@ -32,6 +32,7 @@ protected:
virtual void on_set_state() override;
private:
void after_apply();
void close();
void process();
void set_its(indexed_triangle_set &its);