Added code to allow to customize skipping invisible moves when moving horizontal slider thumb in preview

This commit is contained in:
enricoturri1966 2020-10-09 13:00:20 +02:00
parent 170fe23b46
commit 32436aea6f
2 changed files with 15 additions and 11 deletions

View file

@ -365,6 +365,7 @@ public:
size_t last{ 0 };
};
bool skip_invisible_moves{ false };
Endpoints endpoints;
Endpoints current;
Endpoints last_current;