Left in debug printf.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-14 07:10:14 +00:00
parent db71eb0640
commit 47892637d3

View 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;
}