mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Removal of tabs from plater -> Fixed buttons update when switching between views using keyboard
This commit is contained in:
parent
c908a4674a
commit
8d78b23c78
5 changed files with 22 additions and 8 deletions
|
@ -268,7 +268,7 @@ public:
|
|||
// returns the id of the item under the given mouse position or -1 if none
|
||||
int contains_mouse(const Vec2d& mouse_pos, const GLCanvas3D& parent) const;
|
||||
|
||||
std::string update_hover_state(const Vec2d& mouse_pos, const GLCanvas3D& parent);
|
||||
std::string update_hover_state(const Vec2d& mouse_pos, GLCanvas3D& parent);
|
||||
|
||||
void do_action(unsigned int item_id, GLCanvas3D& parent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue