Changed wxMotif's wxWindow::Create so it does not call DoSetSize anymore;
authorMattia Barbon <mbarbon@cpan.org>
Sat, 27 Jul 2002 20:10:37 +0000 (20:10 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 27 Jul 2002 20:10:37 +0000 (20:10 +0000)
commit37c997b489f82f7a3a158b954d010ed93eb0b002
treef5ebee052b57283232599083ce7ea59b11f1f884
parent1e8724e6343d6b530c6d492357d75753b06d31f8
Changed wxMotif's wxWindow::Create so it does not call DoSetSize anymore;
now calling wxWindow::SetSize should call wxWindow::DoMoveWindow.
As a result composite controls should work with Motif, too.

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