diff --git a/src/moonshine/editor/text/TextEditor.hx b/src/moonshine/editor/text/TextEditor.hx index 8188777..e45abbb 100755 --- a/src/moonshine/editor/text/TextEditor.hx +++ b/src/moonshine/editor/text/TextEditor.hx @@ -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; } }