(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
authortruelight
Fri, 13 Jul 2007 15:01:16 +0000
changeset 7743 01f6ee416857
parent 7742 f40cca82d948
child 7744 a1c9caef2a8d
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
src/date.cpp
--- a/src/date.cpp	Fri Jul 13 14:51:55 2007 +0000
+++ b/src/date.cpp	Fri Jul 13 15:01:16 2007 +0000
@@ -273,6 +273,7 @@
 			RedrawAutosave();
 		}
 
+		InvalidateWindowClasses(WC_CHEATS);
 		PlayersMonthlyLoop();
 		EnginesMonthlyLoop();
 		TownsMonthlyLoop();