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 596bc33 commit fe3ceb0Copy full SHA for fe3ceb0
flixel/addons/ui/FlxInputText.hx
@@ -726,6 +726,8 @@ class FlxInputText extends FlxText
726
caret.pixels.fillRect(r, caretC); // draw caret
727
// we need to offset caret's drawing position since the caret is now larger than normal
728
caret.offset.x = caret.offset.y = borderSize;
729
+
730
+ case _: //temp fix for 5.9.0
731
}
732
// Update width/height so caret's dimensions match its pixels
733
caret.width = cw;
0 commit comments