diff --git a/hgx11.cpp b/hgx11.cpp index 6ee69db..475f5de 100644 --- a/hgx11.cpp +++ b/hgx11.cpp @@ -38,7 +38,7 @@ hgx11::hgx11(QHash opts) threshold = _parseColorArr(i.value(), 0); } else if ((i.key() == "l" || i.key() == "transform") && _parseColorArr(i.value(), 0) != "") { transform = i.value(); - } else if ((i.key() == "x" || i.key() == "filter") && i.value().toInt()) { + } else if ((i.key() == "x" || i.key() == "scalefilter") && i.value().toInt()) { switch (i.value().toInt()) { case 1: filter = FilterBilinear;