summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-12-02 19:11:12 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-12-02 19:11:12 +0000
commit7b97d82c4e077d37db5471d38c3e83b05943e240 (patch)
treed04a83162fb4802428b36d93012fe9de10cb0bdd /NEWS
parentedee1aa3443db8be68e48f15348395f4fc6c8cd1 (diff)
downloadcppunit-7b97d82c4e077d37db5471d38c3e83b05943e240.tar.gz
src/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp: added call to
IsUp() in cdxCDynamicWnd::DoOnGetMinMaxInfo() before calling GetBorderSize() which caused an assertion. Bug #643612.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4acdbae..f9595c6 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@
* Bug Fix:
- MFC TestRunner: integrated bug fix from Tim Threlkeld for bug
- #610191 and #610162.
+ #610191 and #610162. Fixed assertion when minizing dialog
+ (bug #643612).
- CppUnit portability: fixed many mistakes relating to compilation
without type info or namespace reported by Philip Craig.