mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 11:57:00 +00:00
Natvis: Fix ImRect expanded height display being broken and dumb. (#1569)
This commit is contained in:
parent
6f27d6b5b8
commit
8c57d8cc1e
@ -28,7 +28,7 @@
|
|||||||
<Item Name="Min">Min</Item>
|
<Item Name="Min">Min</Item>
|
||||||
<Item Name="Max">Max</Item>
|
<Item Name="Max">Max</Item>
|
||||||
<Item Name="[Width]">Max.x - Min.x</Item>
|
<Item Name="[Width]">Max.x - Min.x</Item>
|
||||||
<Item Name="[Height]">Max.x - Min.x</Item>
|
<Item Name="[Height]">Max.y - Min.y</Item>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user