mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-28 07:47:02 -05:00
Windows: BgClickFlags inherited by default + missing info in Changelog. Amend 40f9e4e. (#899, #3071, #5044, #3379)
This commit is contained in:
@@ -50,6 +50,9 @@ Other Changes:
|
||||
- Tables: Angled headers: fixed an auto-resize feedback loop that could
|
||||
affect tables with empty non-resizing columns using angled headers, making
|
||||
them typically flicker back and forth between +0 and +1 pixels.
|
||||
- Windows: io.ConfigWindowsMoveFromTitleBarOnly is latched during Begin(),
|
||||
effectively allowing to change the value on a per-window basis (although
|
||||
there is a better internal mechanism for it).
|
||||
- Disabled: fixed a bug when a previously enabled item that got nav focus
|
||||
and then turns disabled could still be activated using keyboard. (#9036)
|
||||
- InputText: when buffer is not resizable, trying to paste contents that
|
||||
|
||||
Reference in New Issue
Block a user