User forums > Nightly builds
The 18 February 2023 build (13215) is out.
UberNewb2:
100% Zoom factor did not work. Changing settings to DirectWrite did.
Pecan:
--- Quote from: Miguel Gimenez on February 23, 2023, 04:19:19 pm ---[r13210] introduced two calls to cbEditor::GetControl() without checking pointer validity:
--- Code: ---if (inFilename == jdFilename)
{
int jdLineNo = 0;
cbEditor* pEd = Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor();
jdLineNo = pEd->GetControl()->LineFromPosition(jdPosn);
if (jdLineNo == inLineNum)
return;
}
--- End code ---
and
--- Code: ---cbEditor* pcbEd = Manager::Get()->GetEditorManager()->GetBuiltinEditor(pEdBase);
cbStyledTextCtrl* pControl = pcbEd->GetControl();
--- End code ---
--- End quote ---
Fixed in Head 13219 Thanks Miguel Gimenez.
p001:
Hello.
I have the following screen settings:
- resolution 1920*1200
- scaling 200% (on my screen is more convenient).
In the Code Blocks program, the font size is set 26.
When typing code, a hint appears with a huge size. I attached the picture.
The latest version of Code Blocks with the normal operation of the text was from 09 July 2022 Build (12847).
p001:
Scaling 200% costs I use a tablet for business trip and the tablet has high resolution but a small screen size, I have to set a scaling of 200% so as not to spoil my vision.
I attached a picture with the normal work of the text on July 09, 2022 Build (12847).
Miguel Gimenez:
The change is due to wxWidgets, not C::B. See reply #9 above for a possible solution.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version