Convert Control to ContainerControl.

This commit is contained in:
Jean-Baptiste Perrier
2021-03-17 20:53:42 +01:00
parent fb70368c8d
commit c8b57d417c
7 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ namespace FlaxEngine.GUI
/// <summary>
/// Base class for all text box controls which can gather text input from the user.
/// </summary>
public abstract class TextBoxBase : Control
public abstract class TextBoxBase : ContainerControl
{
/// <summary>
/// The text separators (used for words skipping).