mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Updated ImGui to 1.90.1
This commit is contained in:
@@ -122,7 +122,7 @@ namespace GlitchyEditor.EditWindows
|
|||||||
|
|
||||||
ImGui.PushID(header);
|
ImGui.PushID(header);
|
||||||
|
|
||||||
bool nodeOpen = ImGui.TreeNodeEx(header.CStr(), .DefaultOpen | .AllowItemOverlap | .Framed | .SpanFullWidth);
|
bool nodeOpen = ImGui.TreeNodeEx(header.CStr(), .DefaultOpen | .AllowOverlap | .Framed | .SpanFullWidth);
|
||||||
|
|
||||||
if (showComponentContextMenu != null)
|
if (showComponentContextMenu != null)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -464,7 +464,7 @@ namespace GlitchyEditor.EditWindows
|
|||||||
|
|
||||||
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
||||||
|
|
||||||
ImGui.BeginChild("item", (.)DirectoryItemSize, false, .NoScrollbar);
|
ImGui.BeginChild("item", (.)DirectoryItemSize, .None, .NoScrollbar);
|
||||||
|
|
||||||
if (entry->Path == _selectedFile)
|
if (entry->Path == _selectedFile)
|
||||||
{
|
{
|
||||||
@@ -546,7 +546,7 @@ namespace GlitchyEditor.EditWindows
|
|||||||
|
|
||||||
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
||||||
|
|
||||||
ImGui.BeginChild("item", (.)DirectoryItemSize, false, .NoScrollbar);
|
ImGui.BeginChild("item", (.)DirectoryItemSize, .None, .NoScrollbar);
|
||||||
|
|
||||||
if (entry->Path == _selectedFile)
|
if (entry->Path == _selectedFile)
|
||||||
{
|
{
|
||||||
@@ -690,7 +690,7 @@ namespace GlitchyEditor.EditWindows
|
|||||||
|
|
||||||
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
float2 DirectoryItemSize = IconSize + (float2)ImGui.GetStyle().WindowPadding * 2 + float2(0, ImGui.GetFontSize());
|
||||||
|
|
||||||
ImGui.BeginChild("item", (.)DirectoryItemSize, false, .NoScrollbar);
|
ImGui.BeginChild("item", (.)DirectoryItemSize, .None, .NoScrollbar);
|
||||||
|
|
||||||
ImGui.PushStyleColor(.Button, ImGui.Vec4(0, 0, 0, 0));
|
ImGui.PushStyleColor(.Button, ImGui.Vec4(0, 0, 0, 0));
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
Submodule GlitchyEngine/vendor/imgui updated: 21c9c3225a...98fd910228
Vendored
+1
-1
Submodule vendor/ImGui.NET updated: 10d76c3e72...6ad3d456b7
Reference in New Issue
Block a user