61
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by ollydbg on March 07, 2026, 07:48:32 am »Hi Xaviou, never mind. I really appreciate all your contributions to wxWidgets and Code::Blocks.
The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
Hi, Xaviou, I'm not sure why the "at" is preferred instead of "[]"?Well, I don't either really know
It's a solution given by chatgpt to solve this building problem:ArrayChecks is a wxArrayBool, and with GCC 15, the non-const [] operator of wxBaseArray<bool> breaks (bool& is impossible with vector<bool>)
We have some discussion here: New wxWidgets releasesI apologize : I had this solution just after rev13802 (solving the first building problem).
Hi.
There is also some few code modifications to the wxSmith plugin for wxWidgets-3.3.2.
Attached is a patch from svn 13810.
Regards
Xav'
// Set extra ascent for each line
void SetExtraAscent(int extraAscent);
// Get extra ascent for each line
int GetExtraAscent() const;