Skip to content

Commit

Permalink
Merge pull request #411 from Kitware/fix-piecewise-gaussian-texture
Browse files Browse the repository at this point in the history
fix(PiecewiseGaussianWidget): Fix mtime issue with lut bg color
  • Loading branch information
jourdain authored Nov 3, 2017
2 parents 6a43abe + ec3aafe commit fbb8119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ function vtkPiecewiseGaussianWidget(publicAPI, model) {

if (model.size[0] !== width || model.size[1] !== height) {
model.size = [width, height];
model.colorCanvasMTime = 0;
publicAPI.modified();
}
};
Expand Down

0 comments on commit fbb8119

Please sign in to comment.