minor fix
This commit is contained in:
parent
e4e9a4de8e
commit
404f42c2d2
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ DataListView {
|
|||
context.arc(radius + offsetX, radius + offsetY, radius, Math.PI, 1.5 * Math.PI);
|
||||
|
||||
// fill
|
||||
if(resultData[0] !== undefined) {
|
||||
if(resultData[0] !== -1) {
|
||||
// if there is a result available -> draw background
|
||||
context.fillStyle = "#b7b7b7";
|
||||
context.fill();
|
||||
|
|
Loading…
Reference in a new issue