src/window.cpp
changeset 7120 e31767effc16
parent 7028 bca7019b2210
child 7122 0607a15aedc0
--- a/src/window.cpp	Tue May 15 13:38:43 2007 +0000
+++ b/src/window.cpp	Tue May 15 14:08:39 2007 +0000
@@ -271,7 +271,7 @@
 		dp->top = top - (*wz)->top;
 		dp->pitch = _screen.pitch;
 		dp->dst_ptr = _screen.dst_ptr + top * _screen.pitch + left;
-		dp->zoom = 0;
+		dp->zoom = ZOOM_LVL_NORMAL;
 		CallWindowEventNP(*wz, WE_PAINT);
 	}
 }