We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bd24f commit 884e7cbCopy full SHA for 884e7cb
haxe/ui/backend/flixel/textinputs/FlxTextInput.hx
@@ -200,7 +200,7 @@ class FlxTextInput extends TextBase {
200
201
private override function validatePosition() {
202
_left = Math.round(_left * Toolkit.scaleX);
203
- _top = Math.round(_top * Toolkit.scaleY) + (PADDING_Y / 2);
+ _top = Math.round(_top * Toolkit.scaleY);
204
}
205
206
private override function validateDisplay() {
0 commit comments