This commit is contained in:
brindosch 2017-05-07 18:42:05 +02:00
parent 333206ac7f
commit 669e8f9df8

View File

@ -669,6 +669,7 @@ PyObject* Effect::wrapImageDrawPie(PyObject *self, PyObject *args)
int centerY = 0;
int width = effect->_imageSize.width();
int height = effect->_imageSize.height();
PyObject * bytearray = nullptr;
bool argsOK = false;