Don't update position of widgets in a wxPizza from size_allocate handler.
authorPaul Cornett <paulcor@bullseye.com>
Sat, 31 Aug 2013 03:25:12 +0000 (03:25 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 31 Aug 2013 03:25:12 +0000 (03:25 +0000)
commitcb41a69b152026d6c586d21148e34913291cd733
tree86e0438455a5596b4dfe9d03927e3c641050d74a
parent3c3e94dc01ce543f3d010778b443c14974121caa
Don't update position of widgets in a wxPizza from size_allocate handler.
The values in m_{x,y} are not the same as client coordinates if the wxPizza is scrolled.
Closes #15444

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