Author: toshok
Date: 2007-10-01 16:14:00 -0400 (Mon, 01 Oct 2007)
New Revision: 86723
Modified:
trunk/moon/src/dirty.cpp
Log:
remove spew
Modified: trunk/moon/src/dirty.cpp
===================================================================
--- trunk/moon/src/dirty.cpp 2007-10-01 20:09:56 UTC (rev 86722)
+++ trunk/moon/src/dirty.cpp 2007-10-01 20:14:00 UTC (rev 86723)
@@ -179,15 +179,13 @@
// el->GetBounds().x, el->GetBounds().y,
el->GetBounds().w, el->GetBounds().h);
if (obounds != el->GetBounds()) {
- if (el->parent) {
+ if (el->parent) {
// printf (" + + + calling
UpdateBounds and Invalidate on parent\n");
- el->parent->UpdateBounds();
- el->parent->Invalidate(obounds);
- }
+ el->parent->UpdateBounds();
+ el->parent->Invalidate(obounds);
+ }
- printf ("invalidating bounds, which are now %g %g %g
%g\n",
- el->GetBounds().x, el->GetBounds().y,
el->GetBounds().w, el->GetBounds().h);
- el->Invalidate ();
+ el->Invalidate ();
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches