From: Robert Roebling Date: Sat, 14 Oct 2006 07:10:14 +0000 (+0000) Subject: Left in debug printf. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47892637d342b05c1e932ee6f71283f1217c2491 Left in debug printf. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/win_gtk.c b/src/gtk/win_gtk.c index 31a826d1dd..39388f98d3 100644 --- a/src/gtk/win_gtk.c +++ b/src/gtk/win_gtk.c @@ -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; }