Godot version:
3.2.3
OS/device including version:
Windows 10 ltsc 64 bit
Issue description:
The TextEdit text is not clipped to the styles content margin on a per pixel basis.

Steps to reproduce:
- create a theme
- add all text edit items
- set the style for normal so that it has really small content margin
- apply theme to text edit
- run project and see that the scrollbar is limited to it but not the text drawn.
Minimal reproduction project:
FocusBug.zip