From: giersch Date: Tue, 20 Nov 2007 08:47:10 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/dc22c2e9dfe646c4517e056f87459e34ab78ce2e . --- diff --git a/DrawingWindow.cpp b/DrawingWindow.cpp index dd91013..cf111e9 100644 --- a/DrawingWindow.cpp +++ b/DrawingWindow.cpp @@ -307,7 +307,7 @@ inline void DrawingWindow::dirty(int x1, int y1, int x2, int y2) { QRect r; - r.setCoords(x1, y1, x2, y2); // xy2 + 1 ??? + r.setCoords(x1, y1, x2, y2); dirty(r.normalized()); }