Merge branch 'ui' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-ui
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user