]> git.saurik.com Git - wxWidgets.git/commitdiff
Left in debug printf.
authorRobert Roebling <robert@roebling.de>
Sat, 14 Oct 2006 07:10:14 +0000 (07:10 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 14 Oct 2006 07:10:14 +0000 (07:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/win_gtk.c

index 31a826d1dd701a6c3104ab05a613368268e54f6e..39388f98d37054023df06214e98b83ae6156ce07 100644 (file)
@@ -737,7 +737,7 @@ gtk_pizza_allocate_child (GtkPizza      *pizza,
     if (gtk_widget_get_direction( GTK_WIDGET(pizza) ) == GTK_TEXT_DIR_RTL)
     {
         /* reverse horizontal placement */
-        printf( "alloc width %d\n", GTK_WIDGET(pizza)->allocation.width );
+        /* printf( "alloc width %d\n", GTK_WIDGET(pizza)->allocation.width ); */
         allocation.x = GTK_WIDGET(pizza)->allocation.width - child->x - allocation.width - pizza->m_xoffset; 
     }