removed 'fromHex' in FluidPlotter

nix
Ted Moore 4 years ago
parent 44f91f8e82
commit 159676b6d5

@ -51,7 +51,7 @@ FluidPlotter {
categories_ {
arg labelSetDict;
if(dict_internal.size == 0,{
if(dict_internal.size != 0,{
var label_to_int = Dictionary.new;
var counter = 0;
dict_internal.keysValuesDo({

Loading…
Cancel
Save