From 23663a914f1b831134d907dfa9f367381718bdc7 Mon Sep 17 00:00:00 2001 From: leseb Date: Thu, 21 Mar 2002 20:39:42 +0000 Subject: Fix/change fill algorithm --- (limited to 'noncore/graphics/drawpad/filldrawmode.h') diff --git a/noncore/graphics/drawpad/filldrawmode.h b/noncore/graphics/drawpad/filldrawmode.h index 1b7e7b5..604f9c7 100644 --- a/noncore/graphics/drawpad/filldrawmode.h +++ b/noncore/graphics/drawpad/filldrawmode.h @@ -29,10 +29,7 @@ public: void mouseMoveEvent(QMouseEvent* e); private: - void fillEast(int x, int y); - void fillSouth(int x, int y); - void fillWest(int x, int y); - void fillNorth(int x, int y); + void fillLine(int x, int y); QImage m_image; QRgb m_fillRgb; -- cgit v0.9.0.2