浏览代码

Natvis: Fix ImRect expanded height display being broken and dumb. (#1569)

omar 7 年之前
父节点
当前提交
8c57d8cc1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/libs/imgui.natvis

+ 1 - 1
examples/libs/imgui.natvis

@@ -28,7 +28,7 @@
     <Item Name="Min">Min</Item>
     <Item Name="Max">Max</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>
 </Type>