avoid parallel updates to matches

This commit is contained in:
j 2012-01-13 16:47:42 +05:30
commit 265d3d5bcd
3 changed files with 17 additions and 9 deletions

View file

@ -292,14 +292,14 @@
"title": "Saturation",
"type": "float",
"columnWidth": 90,
"format": {"type": "color", "args": ["greyscale"]}
"format": {"type": "color", "args": ["saturation"]}
},
{
"id": "lightness",
"title": "Lightness",
"type": "float",
"columnWidth": 90,
"format": {"type": "color", "args": ["greyscale"]}
"format": {"type": "color", "args": ["lightness"]}
},
{
"id": "volume",