Files
wxWidgets/include
Vadim Zeitlin e99449ad62 Allow disabling automatic bounding box updates
Doing it when the bounding box is not used anyhow is useless and wastes
time unnecessary, notably wxDC::DrawText() can skip calculating the text
width, which is relatively expensive, if the bounding box is not needed.
2025-08-30 17:16:52 +02:00
..