1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Changed context menu for DoubleSlider

This commit is contained in:
YuSanka
2019-10-31 15:24:20 +01:00
parent 8ebd9ce7c4
commit 8d27cfd4a6
3 changed files with 77 additions and 21 deletions
+2 -2
View File
@@ -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: