#2506 - Fixed crash while manually editing SLA supports

This commit is contained in:
Enrico Turri 2019-06-18 08:53:13 +02:00
parent ce22251707
commit 5ee695b629

View file

@ -131,6 +131,11 @@ private:
protected:
void on_set_state() override;
virtual void on_set_hover_id()
{
if ((int)m_editing_mode_cache.size() <= m_hover_id)
m_hover_id = -1;
}
void on_start_dragging(const Selection& selection) override;
virtual void on_render_input_window(float x, float y, float bottom_limit, const Selection& selection) override;