31
Development / Re: svn14014 regression: cb compile syntax error
« Last post by Miguel Gimenez on September 12, 2026, 10:34:39 am »Fixed, thank you. I wrote this using wx3.0, so it went unnoticed.
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
#if wxCHECK_VERSION(3, 3, 2)
const bool IsDark = wxSystemSettings::GetAppearance()IsDark();
#else
const bool IsDark = false;
#endif
const bool IsDark = wxSystemSettings::GetAppearance().IsDark();
wxWidgets Debug Allert
A debugging check in this application has failed.
../../src/common/wincmn.cpp(3370): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in captureMouse(): Recapturing the mouse in the same windows?![]()
I'm having a problem reproducing this. Can you give us a few steps to cause the problem?