Skip to content

Commit

Permalink
FeathersControl: disabledAlpha should use style instead of :style
Browse files Browse the repository at this point in the history
Because the macro isn't generating anything, and we're providing a manual implementation.
  • Loading branch information
joshtynjala committed Apr 26, 2024
1 parent 3d1d094 commit ee3ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feathers/core/FeathersControl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class FeathersControl extends MeasureSprite implements IUIControl implements IVa
@since 1.0.0
**/
@:style
@style
public var disabledAlpha(get, set):Null<Float>;

private function get_disabledAlpha():Null<Float> {
Expand Down

0 comments on commit ee3ec94

Please sign in to comment.