Changed default to true.
This commit is contained in:
@@ -371,7 +371,6 @@ namespace FlaxEditor.GUI.Input
|
||||
Parent = this,
|
||||
Location = new Float2(split, 0),
|
||||
Size = new Float2(Height, TextBoxSize),
|
||||
EndEditOnClick = true,
|
||||
};
|
||||
_textBox.EditEnd += OnTextBoxEditEnd;
|
||||
}
|
||||
|
||||
@@ -125,7 +125,6 @@ namespace FlaxEditor.GUI.Input
|
||||
_min = min;
|
||||
_max = max;
|
||||
_slideSpeed = sliderSpeed;
|
||||
EndEditOnClick = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user