mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-19 02:13:14 +02:00
Natvis: Fix ImRect expanded height display being broken and dumb. (#1569)
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user