Fix layout of wxStaticText, and possibly other controls.
authorPaul Cornett <paulcor@bullseye.com>
Mon, 4 Jun 2012 17:36:51 +0000 (17:36 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 4 Jun 2012 17:36:51 +0000 (17:36 +0000)
commit401c8bc2317beff9c3b56c92db890b9ce5c015d6
tree956585c69e997e1415c3ff9089f97175480563c1
parent340ef5c5ab51504c005962b9fcccc6ba0959e201
Fix layout of wxStaticText, and possibly other controls.
GtkLabel perversely does not use its actual size to do layout, but will use its
size request. So restore calling gtk_widget_set_size_request() for all widgets,
which was removed in r71465. See #14374

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp