From c4e23ecc9338b7615a4a199a19b461662f7cd8fb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 12 Aug 2006 23:12:31 +0000 Subject: Commented out assertion that stopped reporting of other assertions. --- win32/ScintillaWin.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index f5164c5c7..d82d87ae8 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -416,7 +416,8 @@ LRESULT ScintillaWin::WndPaint(uptr_t wParam) { bool IsOcxCtrl = (wParam != 0); // if wParam != 0, it contains // a PAINSTRUCT* from the OCX - PLATFORM_ASSERT(hRgnUpdate == NULL); + // Removed since this interferes with reporting other assertions as it occurs repeatedly + //PLATFORM_ASSERT(hRgnUpdate == NULL); hRgnUpdate = ::CreateRectRgn(0, 0, 0, 0); if (IsOcxCtrl) { pps = reinterpret_cast(wParam); -- cgit v1.2.3