]> git.saurik.com Git - wxWidgets.git/commitdiff
documented wxColourDatabase::FindColour() change
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Oct 2003 23:46:19 +0000 (23:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Oct 2003 23:46:19 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 7ae38aa3a5df50bc05298ee2f3be92bd5d2c7768..187eb7e38a490684e0f97eefe9db5f2575910c81 100644 (file)
@@ -29,6 +29,9 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - wxWindow::Clear() is now called ClearBackground()
 - pointer returned by wxFont::GetNativeFontInfo() must not be deleted now
 - wxMouseEvent::Moving() doesn't return true if mouse is being dragged
+- pointer returned by wxColourDatabase::FindColour() must now always (and
+  not just sometimes) be deleted, to avoid problems, don't use it at all,
+  use wxColourDatabase::Find() instead.
 
 
 DEPRECATED METHODS SINCE 2.4.x