fixed FluidPlotter call createCatColors

nix
Ted Moore 4 years ago
parent 8c63d3532f
commit 16e2a85a20

@ -33,7 +33,7 @@ FluidPlotter : FluidViewer {
ymin = ymin_;
ymax = ymax_;
this.createcategoryColors;
this.createCatColors;
dict_internal = Dictionary.new;
if(dict_.notNil,{this.dict_(dict_)});
this.createPlotWindow(bounds,parent_,mouseMoveAction,dict_);

Loading…
Cancel
Save