Skip to content

Added OUTLINE_CARDINAL to match https://github.com/HaxeFlixel/flixel/…#300

Open
TracedInPurple wants to merge 2 commits into
HaxeFlixel:devfrom
TracedInPurple:patch-1
Open

Added OUTLINE_CARDINAL to match https://github.com/HaxeFlixel/flixel/…#300
TracedInPurple wants to merge 2 commits into
HaxeFlixel:devfrom
TracedInPurple:patch-1

Conversation

@TracedInPurple
Copy link
Copy Markdown

@TracedInPurple TracedInPurple commented May 5, 2026

OUTLINE_CARDINAL is now also included to match with the changes made in
HaxeFlixel/flixel#3593

caret.offset.y = shadowY < 0 ? -shadowY : 0;
#end
case OUTLINE_FAST, OUTLINE:
case OUTLINE_FAST, OUTLINE, OUTLINE_CARDINAL:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a default case to prevent further CI issues in flixel-ui. Flixel-UI is no longer maintained but we're not ready to remove it from CI just yet as some demos still use it.

specifically add this to the end of the switch

				case unhandled:
					throw 'Unhandled borderStyle: $unhandled';
			}

Comment thread flixel/addons/ui/FlxInputText.hx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants