mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Windows: Fixed IsItemXXXX() functions not working on append-version of EndChild(). (#8350)
Also made some of the fields accessible after BeginChild() to match Begin() logic.
This commit is contained in:
parent
5a28f188ff
commit
134fbe1245
3 changed files with 25 additions and 6 deletions
|
|
@ -69,6 +69,8 @@ Other changes:
|
|||
but in the meanwhile it works better now. (#2701, #8138, #1018)
|
||||
- Windows, Style: Fixed small rendering issues with menu bar, resize grip and
|
||||
scrollbar when using thick border sizes. (#8267, #7887)
|
||||
- Windows: Fixed IsItemXXXX() functions not working on append-version of EndChild(). (#8350)
|
||||
Also made some of the fields accessible after BeginChild() to match Begin() logic.
|
||||
- ColorEdit, ColorPicker: Fixed alpha preview broken in 1.91.7. (#8336, #8241). [@PathogenDavid]
|
||||
- Tabs, Style: reworked selected overline rendering to better accommodate
|
||||
for rounded tabs. Reduced default thickness (style.TabBarOverlineSize),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue