mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-01 12:39:38 -07:00
Changed context menu for DoubleSlider
This commit is contained in:
@@ -851,9 +851,9 @@ public:
|
||||
void OnKeyUp(wxKeyEvent &event);
|
||||
void OnChar(wxKeyEvent &event);
|
||||
void OnRightDown(wxMouseEvent& event);
|
||||
int get_extruder_for_tick(int tick);
|
||||
int get_extruder_for_tick(int tick);
|
||||
void OnRightUp(wxMouseEvent& event);
|
||||
void add_code(std::string code);
|
||||
void add_code(std::string code, int selected_extruder = -1);
|
||||
void change_extruder(int extruder);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user