Tried to fix wxPanel bug (windows now set the panel current focus window on deletion);
authorJulian Smart <julian@anthemion.co.uk>
Mon, 8 Feb 1999 00:15:40 +0000 (00:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 8 Feb 1999 00:15:40 +0000 (00:15 +0000)
commit1f916a19f14ce4f8d172f81344dd2b978dd29340
tree3a4c508453d0424bf710c956302ab508e486fbed
parent306dfc2b3d49ca45445bdfb2164fe1eea45ab321
Tried to fix wxPanel bug (windows now set the panel current focus window on deletion);
undid wxMSW wxRadioBox::SetSize changes that made it resizeable because it just doesn't
work (see notes in radiobox.cpp); fixed wxTextCtrl enter processing bug; fixed
Dialog Editor wxRadioBox-writing bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
distrib/msw/ogl.rsp
include/wx/generic/panelg.h
include/wx/utils.h
samples/controls/controls.cpp
src/gtk/window.cpp
src/gtk1/window.cpp
src/motif/window.cpp
src/msw/radiobox.cpp
src/msw/textctrl.cpp
src/msw/window.cpp
utils/dialoged/src/winprop.cpp
utils/dialoged/src/winstyle.cpp