(gcombo->button, &entry_req );
requisition->width = w - entry_req.width;
- requisition->height = entry_req.height+4; // TODO: why +4?
+ requisition->height = entry_req.height;
}
}
// GdkDisplay is a GTK+ 2.2.0 thing
#if defined(__WXGTK20__) && GTK_CHECK_VERSION(2, 2, 0)
if ( gdk_event->type == GDK_2BUTTON_PRESS &&
+ !gtk_check_version(2,2,0) &&
gdk_event->button >= 1 && gdk_event->button <= 3 )
{
// Reset GDK internal timestamp variables in order to disable GDK