|
|
@ -80,6 +80,7 @@ Other Changes:
|
|
|
|
- Drag and Drop: Fixed using BeginDragDropSource() inside a BeginChild() that returned false. (#4515)
|
|
|
|
- Drag and Drop: Fixed using BeginDragDropSource() inside a BeginChild() that returned false. (#4515)
|
|
|
|
- PlotHistogram: Fixed zero-line position when manually specifying min<0 and max>0. (#4349) [@filippocrocchini]
|
|
|
|
- PlotHistogram: Fixed zero-line position when manually specifying min<0 and max>0. (#4349) [@filippocrocchini]
|
|
|
|
- Misc: Added asserts for missing PopItemFlag() calls.
|
|
|
|
- Misc: Added asserts for missing PopItemFlag() calls.
|
|
|
|
|
|
|
|
- Misc: Fixed printf-style format checks on Clang+MinGW. (#4626, #4183, #3592) [@guusw]
|
|
|
|
- IO: Added 'io.WantCaptureMouseUnlessPopupClose' alternative to `io.WantCaptureMouse'. (#4480)
|
|
|
|
- IO: Added 'io.WantCaptureMouseUnlessPopupClose' alternative to `io.WantCaptureMouse'. (#4480)
|
|
|
|
This allows apps to receive the click on void when that click is used to close popup (by default,
|
|
|
|
This allows apps to receive the click on void when that click is used to close popup (by default,
|
|
|
|
clicking on a void when a popup is open will close the popup but not release io.WantCaptureMouse).
|
|
|
|
clicking on a void when a popup is open will close the popup but not release io.WantCaptureMouse).
|
|
|
|