(Patch from Ricardo Pedroso.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34350
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
(gcombo->button, &entry_req );
requisition->width = w - entry_req.width;
(gcombo->button, &entry_req );
requisition->width = w - entry_req.width;
- requisition->height = entry_req.height+4; // TODO: why +4?
+ requisition->height = entry_req.height;
(gcombo->button, &entry_req );
requisition->width = w - entry_req.width;
(gcombo->button, &entry_req );
requisition->width = w - entry_req.width;
- requisition->height = entry_req.height+4; // TODO: why +4?
+ requisition->height = entry_req.height;