Added code to allow to customize skipping invisible moves when moving horizontal slider thumb in preview
This commit is contained in:
parent
170fe23b46
commit
32436aea6f
2 changed files with 15 additions and 11 deletions
src/slic3r/GUI
|
@ -365,6 +365,7 @@ public:
|
|||
size_t last{ 0 };
|
||||
};
|
||||
|
||||
bool skip_invisible_moves{ false };
|
||||
Endpoints endpoints;
|
||||
Endpoints current;
|
||||
Endpoints last_current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue