mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Internal: CloseButton takes an upper-left corner + a size to be consistent with similar widgets.
This commit is contained in:
parent
ec3ec24157
commit
6c3697f6f1
4 changed files with 20 additions and 14 deletions
|
|
@ -50,6 +50,7 @@ Other Changes:
|
|||
after EndGroup(). (#2550, #1875)
|
||||
- Fixed crash when appending with BeginMainMenuBar() more than once and no other window are showing. (#2567)
|
||||
- Scrollbar: Very minor bounding box adjustment to cope with various border size.
|
||||
- Style: Made window close button cross is slightly smaller.
|
||||
- ImFontAtlas: FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. (#2545)
|
||||
Combine with RasterizerFlags::MonoHinting for best results.
|
||||
- ImFontGlyphRangesBuilder: Fixed unnecessarily over-sized buffer, which incidentally was also not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue