debug_print("pixmap fillRect [%d, %d, %d, %d] with color %s and painter_type=%d\n", x, y, pdata->width, pdata->height, painter->brush().color().name().toAscii().data(), painter_type);
painter->fillRect(x, y, pdata->width, pdata->height, painter->brush());
delete painter;
...
...
@@ -1450,7 +1451,6 @@ int FlowDrawQt::pixmap(FlowCtx *ctx, int x, int y,
debug_print("pixmap fillRect [%d, %d, %d, %d] with color %s and painter_type=%d using mask\n", x, y, pdata->width, pdata->height, painter->brush().color().name().toAscii().data(), painter_type);
painter->fillRect(x, y, pdata->width, pdata->height, painter->brush());