Fixes the brush roatation missing update. Also switched to cumulative rects method instead of rect-by-rect, as it is faster, and flicker free when working with big brushes. It may makes it harder to diagnose missing refreshes, however.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@392 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-16 16:54:21 +00:00
parent 32f07b66ce
commit 514eee4f79
3 changed files with 6 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
#ifdef __macosx__
#define METHODE_UPDATE METHODE_UPDATE_PLEINE_PAGE
#else
#define METHODE_UPDATE METHODE_UPDATE_MULTI_RECTANGLE
#define METHODE_UPDATE METHODE_UPDATE_PAR_CUMUL
#endif
#endif