Skip to content

paraview: fix settings/proxy error messages

Update the paraview commit to include the expanded QSettings mod. This will eliminate the 4 errors that are written to the Output Messages view when modelbuilder starts:

Could not set settings proxy property for property ' DefaultFaceColor ' of type  vtkSMDoubleVectorProperty
Could not set settings proxy property for property ' SMTKDefaultValueBackground ' of type  vtkSMDoubleVectorProperty
Could not set settings proxy property for property ' SMTKHighlightColor ' of type  vtkSMDoubleVectorProperty
Could not set settings proxy property for property ' SMTKInvalidValueBackground ' of type  vtkSMDoubleVectorProperty

Merge request reports