mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Error Handling: added better error report and recovery when calling EndFrame() or Render() without NewFrame().
This commit is contained in:
parent
b23a216ecd
commit
7ab4728a36
2 changed files with 7 additions and 1 deletions
|
|
@ -80,6 +80,8 @@ Other changes:
|
|||
CTRL+Tab windowing + pressing a keyboard key. (#8525)
|
||||
- Error Handling: added better error report and recovery for extraneous
|
||||
EndPopup() call. (#1651, #8499)
|
||||
- Error Handling: added better error report and recovery when calling EndFrame()
|
||||
or Render() without NewFrame(). Was previously only an assert.
|
||||
- Fonts: word-wrapping code handle ideographic comma & full stop (U+3001, U+3002). (#8540)
|
||||
- Fonts: fixed CalcWordWrapPositionA() fallback when width is too small to wrap:
|
||||
would use a +1 offset instead of advancing to the next UTF-8 codepoint. (#8540)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue