breakpoint

This commit is contained in:
CortexCore
2023-09-15 23:02:46 +08:00
parent f6bf8fffe3
commit eabf0c6188
43 changed files with 1701 additions and 1582 deletions

View File

@@ -4,6 +4,7 @@ using Godot.Collections;
namespace BITKit;
[Tool]
[Obsolete("see UXTabContainerService")]
public partial class UXWindowService : Control
{
[Export] private Array<Button> tabs;
@@ -34,7 +35,6 @@ public partial class UXWindowService : Control
//if(window.Visible is true && window != x)
x.Hide();
}
var index = windows.IndexOf(window as Control);
if (index is not -1)
{