collapse bottom panel

This commit is contained in:
Matt Parker
2025-08-27 21:28:45 +10:00
parent e26e9dbd9f
commit e162e6ba5e
5 changed files with 51 additions and 20 deletions

View File

@@ -31,7 +31,11 @@ public partial class BottomPanelManager : Panel
{
if (type == null)
{
// TODO: Ask parent to to collapse slider.
GodotGlobalEvents.InvokeBottomPanelVisibilityChangeRequested(false);
}
else
{
GodotGlobalEvents.InvokeBottomPanelVisibilityChangeRequested(true);
}
foreach (var kvp in _panelTypeMap)
{