mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
GLToolbar::m_imgui_hovered_pos replaced with GLCanvas3D::m_imgui_undo_redo_hovered_pos
This commit is contained in:
@@ -252,7 +252,6 @@ private:
|
||||
|
||||
MouseCapture m_mouse_capture;
|
||||
std::string m_tooltip;
|
||||
int m_imgui_hovered_pos { -1 };
|
||||
unsigned int m_pressed_toggable_id;
|
||||
|
||||
public:
|
||||
@@ -312,9 +311,6 @@ public:
|
||||
|
||||
bool on_mouse(wxMouseEvent& evt, GLCanvas3D& parent);
|
||||
|
||||
void set_imgui_hovered_pos(int pos = -1) { m_imgui_hovered_pos = pos; }
|
||||
int get_imgui_hovered_pos() const { return m_imgui_hovered_pos; }
|
||||
|
||||
private:
|
||||
void calc_layout() const;
|
||||
float get_width_horizontal() const;
|
||||
|
||||
Reference in New Issue
Block a user