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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user