mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
GLToolbar::m_imgui_hovered_pos replaced with GLCanvas3D::m_imgui_undo_redo_hovered_pos
This commit is contained in:
parent
14dad5039a
commit
1b5ab100bd
3 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue