mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fixed crash when moving horizontal slider thumb in preview with no toolpath active
This commit is contained in:
parent
9e0e597284
commit
2ecd78b0d5
5 changed files with 25 additions and 6 deletions
|
@ -316,6 +316,7 @@ public:
|
|||
#if ENABLE_GCODE_VIEWER
|
||||
void update_preview_bottom_toolbar();
|
||||
void update_preview_moves_slider();
|
||||
void enable_preview_moves_slider(bool enable);
|
||||
|
||||
void reset_gcode_toolpaths();
|
||||
void reset_last_loaded_gcode() { m_last_loaded_gcode = ""; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue