backport gtk2 fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-05-31 18:07:20 +00:00
parent 76b204675b
commit 13005f1d1e

View File

@ -166,6 +166,7 @@ Checking in include/wx/textbuf.h;
/pack/cvsroots/wxwindows/wxWindows/include/wx/textbuf.h,v <-- textbuf.h /pack/cvsroots/wxwindows/wxWindows/include/wx/textbuf.h,v <-- textbuf.h
new revision: 1.8; previous revision: 1.7 new revision: 1.8; previous revision: 1.7
19. Add wxFileConfig bug fix, marked by <JACS>...</JACS> in Parse(). 19. Add wxFileConfig bug fix, marked by <JACS>...</JACS> in Parse().
This prevents mungeing of the config file after reading in This prevents mungeing of the config file after reading in
entries (say, just one entry in one group), then adding entries entries (say, just one entry in one group), then adding entries
@ -179,3 +180,11 @@ Checking in src/common/containr.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/common/containr.cpp,v <-- containr.cpp /pack/cvsroots/wxwindows/wxWindows/src/common/containr.cpp,v <-- containr.cpp
new revision: 1.18; previous revision: 1.17 new revision: 1.18; previous revision: 1.17
21. Fix wxGTK w/ GTK+2 to respect wxDC::SetBackgroundMode and SetTextBackground
Checking in dcclient.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcclient.cpp,v <-- dcclient.cpp
new revision: 1.170; previous revision: 1.169
done