nodeparamview: correct bool mistake

This commit is contained in:
itsmattkc
2022-05-03 14:23:53 -07:00
parent 82bd6a103c
commit d6670dfe47
+1 -1
View File
@@ -40,7 +40,7 @@ NodeParamView::NodeParamView(bool create_keyframe_view, QWidget *parent) :
last_scroll_val_(0),
focused_node_(nullptr),
time_target_(nullptr),
show_all_nodes_(true)
show_all_nodes_(false)
{
// Create horizontal layout to place scroll area in (and keyframe editing eventually)
QHBoxLayout* layout = new QHBoxLayout(this);