cache: improved invalidation system

This commit is contained in:
itsmattkc
2021-07-15 20:59:37 -07:00
parent 657f9c5520
commit 8350ce300f
7 changed files with 46 additions and 44 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ Core::Core(const CoreParams& params) :
tool_(Tool::kPointer),
addable_object_(Tool::kAddableEmpty),
snapping_(true),
core_params_(params)
core_params_(params),
effects_slider_is_being_dragged_(false)
{
// Store reference to this object, making the assumption that Core will only ever be made in
// main(). This will obviously break if not.