mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-14 20:54:17 +01:00
Update OtterGui.
This commit is contained in:
parent
a5c33a6311
commit
31bff511b8
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ public class MultiDesignPanel(DesignFileSystemSelector _selector, DesignManager
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
var icon = (path is DesignFileSystem.Leaf ? FontAwesomeIcon.FileCircleMinus : FontAwesomeIcon.FolderMinus).ToIconString();
|
var icon = (path is DesignFileSystem.Leaf ? FontAwesomeIcon.FileCircleMinus : FontAwesomeIcon.FolderMinus).ToIconString();
|
||||||
if (ImGuiUtil.DrawDisabledButton(icon, new Vector2(sizeType), "Remove from selection.", false, true))
|
if (ImGuiUtil.DrawDisabledButton(icon, new Vector2(sizeType), "Remove from selection.", false, true))
|
||||||
_selector.RemovePathFromMultiselection(path);
|
_selector.RemovePathFromMultiSelection(path);
|
||||||
|
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
ImGui.AlignTextToFramePadding();
|
ImGui.AlignTextToFramePadding();
|
||||||
|
|
|
||||||
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
||||||
Subproject commit e4a82619332aade2748a381956a1ab8934de6211
|
Subproject commit 82df166f1fa0e8f1cf9ca8f677cbeac71fb549ab
|
||||||
Loading…
Add table
Add a link
Reference in a new issue