small fix
This commit is contained in:
@@ -537,7 +537,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
|||||||
{
|
{
|
||||||
Size = buttonsSize,
|
Size = buttonsSize,
|
||||||
Parent = buttonsPanel,
|
Parent = buttonsPanel,
|
||||||
Text = "Clear All",
|
Text = "Clear all",
|
||||||
};
|
};
|
||||||
buttonClearAll.Clicked += () =>
|
buttonClearAll.Clicked += () =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user