1
Help / Re: Codeblocks and wxwidgets 3.3 under Windows
« Last post by Miguel Gimenez on Yesterday at 06:21:21 pm »Fixed in r13642, thank you for reporting and testing.
The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
if (nb)
{
const int idx = nb->GetPageIndex(this);
if (idx != wxNOT_FOUND)
{
nb->SetPageToolTip(idx, toolTip);
Manager::Get()->GetEditorManager()->MarkReadOnly(idx, IsReadOnly() || (fname.FileExists() && !wxFile::Access(fname.GetFullPath(), wxFile::write)) );
}
}