diff --git a/source/MaterialXGraphEditor/Graph.cpp b/source/MaterialXGraphEditor/Graph.cpp index fb049ee62c..ae977b09fc 100644 --- a/source/MaterialXGraphEditor/Graph.cpp +++ b/source/MaterialXGraphEditor/Graph.cpp @@ -126,11 +126,11 @@ Graph::Graph(const std::string& materialFilename, _addNewNode(false), _ctrlClick(false), _isCut(false), - _smartFilter(true), _autoLayout(false), _frameCount(INT_MIN), _fontScale(1.0f), - _saveNodePositions(true) + _saveNodePositions(true), + _smartFilter(true) { loadStandardLibraries(); setPinColor();