Skip to content

Commit

Permalink
Haxe 4.3 SWF compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 9, 2023
1 parent a5f042d commit 7380564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/moonshine/editor/text/TextEditor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1916,8 +1916,8 @@ private class TextEditorListView extends ListView {
disabledBackgroundSkin = null;
}

@:getter(tabEnabled)
override private function get_tabEnabled() {
#if (flash && haxe_ver < 4.3) @:getter(tabEnabled) #end
override private function get_tabEnabled():Bool {
return _enabled && rawTabEnabled;
}
}

0 comments on commit 7380564

Please sign in to comment.