First element of an array of multiline strings shows text vertically when uncollapsed
Created by: ghost
Godot version: Godot 3.1 stable
OS/device including version: Windows 10 Version 1809
Issue description:
When making an array of multiline strings with only one element, the first element will render all of its text vertically in the inspector if you collapse and then uncollapse the array. Clicking on the text box will reset it back to normal. This doesn't happen if there is more than one element in the array.
Steps to reproduce:
- Create an exported var with the hints Array, String, and MULTILINE.
- Add exactly one element and input some text.
- Collapse the array in the inspector and then uncollapse.
- The text will be displayed vertically until you click on the text box.
