Update OtterGui.

This commit is contained in:
Ottermandias 2024-01-08 23:36:57 +01:00
parent a5c33a6311
commit 31bff511b8
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ public class MultiDesignPanel(DesignFileSystemSelector _selector, DesignManager
ImGui.TableNextColumn();
var icon = (path is DesignFileSystem.Leaf ? FontAwesomeIcon.FileCircleMinus : FontAwesomeIcon.FolderMinus).ToIconString();
if (ImGuiUtil.DrawDisabledButton(icon, new Vector2(sizeType), "Remove from selection.", false, true))
_selector.RemovePathFromMultiselection(path);
_selector.RemovePathFromMultiSelection(path);
ImGui.TableNextColumn();
ImGui.AlignTextToFramePadding();

@ -1 +1 @@
Subproject commit e4a82619332aade2748a381956a1ab8934de6211
Subproject commit 82df166f1fa0e8f1cf9ca8f677cbeac71fb549ab