Fixed crash when moving horizontal slider thumb in preview with no toolpath active

This commit is contained in:
enricoturri1966 2020-10-07 13:38:21 +02:00
parent 9e0e597284
commit 2ecd78b0d5
5 changed files with 25 additions and 6 deletions

View file

@ -194,6 +194,7 @@ Preview(wxWindow* parent, Model* model, DynamicPrintConfig* config,
#if ENABLE_GCODE_VIEWER
void update_bottom_toolbar();
void update_moves_slider();
void enable_moves_slider(bool enable);
void hide_layers_slider();
#endif // ENABLE_GCODE_VIEWER