timelineworkarea: initialize enabled value to false

I'm honestly surprised we made it this far without this being a problem.
This commit is contained in:
itsmattkc
2020-06-01 04:46:10 +10:00
parent 017271b909
commit dc57e8cffe
+2 -1
View File
@@ -28,7 +28,8 @@ const rational TimelineWorkArea::kResetIn = 0;
const rational TimelineWorkArea::kResetOut = RATIONAL_MAX;
TimelineWorkArea::TimelineWorkArea(QObject *parent) :
QObject(parent)
QObject(parent),
workarea_enabled_(false)
{
}