Fixed a bug which attempted to refresh below the screen when menu is hidden

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@409 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-12-21 18:23:41 +00:00
parent b5168ffdf7
commit f65820313f
2 changed files with 8 additions and 7 deletions

View File

@@ -40,8 +40,6 @@
#ifndef METHODE_UPDATE
#ifdef __macosx__
#define METHODE_UPDATE METHODE_UPDATE_PLEINE_PAGE
#elif defined(__WINDOWS__)
#define METHODE_UPDATE METHODE_UPDATE_MULTI_RECTANGLE
#else
#define METHODE_UPDATE METHODE_UPDATE_PAR_CUMUL
#endif