moved effects slider drag bool to static and outside core

This commit is contained in:
itsmattkc
2021-07-19 19:25:45 -07:00
parent 9b0c5373b5
commit 6da4464f05
6 changed files with 16 additions and 17 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ Core::Core(const CoreParams& params) :
tool_(Tool::kPointer),
addable_object_(Tool::kAddableEmpty),
snapping_(true),
core_params_(params),
effects_slider_is_being_dragged_(false)
core_params_(params)
{
// Store reference to this object, making the assumption that Core will only ever be made in
// main(). This will obviously break if not.