mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 21:05:54 -05:00
Viewports: fixed outer-right edge of MenuBar clipping rectangle off by one when window is located on a monitor with negative coordinates. (#6861, #2884)
This commit is contained in:
@@ -93,6 +93,8 @@ Docking+Viewports Branch:
|
||||
|
||||
- Docking: when io.ConfigDockingWithShift is enabled, fixed help tooltip erroneously
|
||||
reading SetNextWindowXXX() data. (#6709, #4643, #7491) [@ocornut, @cfillion]
|
||||
- Viewports: fixed outer-right edge of MenuBar clipping rectangle off by one when window
|
||||
is located on a monitor with negative coordinates. (#6861, #2884) [@cfillion]
|
||||
- Backends: Vulkan: create a custom pipeline for secondary viewports. Fixes issues
|
||||
when user created main viewport uses a different renderpass. (#6325, #6305, #7398,
|
||||
#3459, #3253, #3522) [@skaman, @FunMiles]
|
||||
|
||||
Reference in New Issue
Block a user