mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-25 21:17:01 +00:00
Natvis: Made ImGuiWindow display shorter.
This commit is contained in:
parent
c2e92ab61b
commit
6f27d6b5b8
@ -31,5 +31,10 @@
|
|||||||
<Item Name="[Height]">Max.x - Min.x</Item>
|
<Item Name="[Height]">Max.x - Min.x</Item>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
|
<Type Name="ImGuiWindow">
|
||||||
|
<DisplayString Condition="Active||WasActive">{{Name={Name,s}}}</DisplayString>
|
||||||
|
<DisplayString Condition="!(Active||WasActive)">{{Name={Name,s}} Inactive}</DisplayString>
|
||||||
|
</Type>
|
||||||
|
|
||||||
</AutoVisualizer>
|
</AutoVisualizer>
|
Loading…
Reference in New Issue
Block a user