RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Removing a focused LineEdit and then tabbing out of and into the game causes a debug assert

Open DrSmugleaf opened this issue 6 months ago • 0 comments

Robust.Shared.Utility.DebugAssertException: Stored focused control on root was not inside UI tree anymore!
   at Robust.Shared.Utility.DebugTools.Assert(Boolean condition, String message) in C:\Projects\RMC-14\RobustToolbox\Robust.Shared\Utility\DebugTools.cs:line 196
   at Robust.Client.UserInterface.UserInterfaceManager.FocusRoot(WindowRoot root) in C:\Projects\RMC-14\RobustToolbox\Robust.Client\UserInterface\UserInterfaceManager.Roots.cs:line 117

DrSmugleaf avatar May 27 '25 06:05 DrSmugleaf