GLToolbar::m_imgui_hovered_pos replaced with GLCanvas3D::m_imgui_undo_redo_hovered_pos

This commit is contained in:
Enrico Turri 2019-07-10 14:08:14 +02:00
parent 14dad5039a
commit 1b5ab100bd
3 changed files with 6 additions and 8 deletions

View file

@ -488,6 +488,8 @@ private:
RenderStats m_render_stats;
#endif // ENABLE_RENDER_STATISTICS
int m_imgui_undo_redo_hovered_pos{ -1 };
public:
GLCanvas3D(wxGLCanvas* canvas, Bed3D& bed, Camera& camera, GLToolbar& view_toolbar);
~GLCanvas3D();