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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user