Font: Fixed high-level ImGui::CalcTextSize() used by most widgets from erroneously subtracting 1.0f*scale to calculated text width. Among noticeable side-effects, it would make sequences of repeated Text/SameLine calls not align the same as a single call, and create mismatch between high-level size calculation and those performed with the lower-level ImDrawList api. (#792)
1 parent 0640b6e commit 417cf2237f6ad136cf36a9317b6e1af001865363
@omar omar authored on 12 Feb 2019
Showing 2 changed files
View
docs/CHANGELOG.txt
View
imgui.cpp