Skip to content

Commit

Permalink
fix(PiecewiseGaussianWidget): Fix mtime issue with lut bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Nov 3, 2017
1 parent 6a43abe commit ec3aafe
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 ec3aafe

Please sign in to comment.