mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-25 02:24:24 +00:00
Nav: Made PageUp/PageDown/Home/End navigation also scroll parent windows.
+ Added ImGuiDebugLogFlags_EventSelection unused in this branch.
This commit is contained in:
parent
d81f2ae4fb
commit
995f92a456
3 changed files with 12 additions and 11 deletions
|
|
@ -51,6 +51,8 @@ Other changes:
|
|||
in the format string. (#6259) [@idbrii]
|
||||
- Nav: Made Ctrl+Tab/Ctrl+Shift+Tab windowing register ownership to held modifier so
|
||||
it doesn't interfere with other code when remapping those actions. (#4828, #3255, #5641)
|
||||
- Nav: Made PageUp/PageDown/Home/End navigation also scroll parent windows when
|
||||
necessary to make the target location fully visible (same as e.g. arrow keys).
|
||||
- ColorEdit: Fixed shading of S/V triangle in Hue Wheel mode. (#5200, #6254) [@jamesthomasgriffin]
|
||||
- TabBar: Tab-bars with ImGuiTabBarFlags_FittingPolicyScroll can be scrolled with
|
||||
horizontal mouse-wheel (or Shift + WheelY). (#2702)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue