]> git.saurik.com Git - wxWidgets.git/commit
Sometimes, m_x and m_y don't reflect the true position of the window,
authorJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2006 11:57:55 +0000 (11:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2006 11:57:55 +0000 (11:57 +0000)
commit96c8547e587d7c7bc95c4a116c03ae513d01457a
tree2e95bffed0711314c54a4bb0a2d8c2c6f6509f6f
parenta8c5e1a9d1f56190e2d87aadc40a75589585af1f
Sometimes, m_x and m_y don't reflect the true position of the window,
for example after using wxToolBar::AddControl. This change gets the
actual position if necessary; it fixes a popup window positioning problem
for combo controls on a toolbar.

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