Skip to content

Commit

Permalink
actionRepeatInterval had no type (null type in macros)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 28, 2024
1 parent dd5c1bd commit 3dee235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/core/InteractiveComponent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import haxe.ui.validators.Validators;
**/
@:access(haxe.ui.events.Events)
class InteractiveComponent extends Component implements IFocusable implements IValueComponent {
public var actionRepeatInterval = 100;
public var actionRepeatInterval:Int = 100;

//***********************************************************************************************************
// Public API
Expand Down

0 comments on commit 3dee235

Please sign in to comment.