Skip to content

Commit

Permalink
Live tracking for color picker must be clonable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shallowmallow committed Jul 4, 2024
1 parent 276c5cb commit 3095a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/components/popups/ColorPickerPopup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ColorPickerPopup extends DropDown {
}

private var _liveTracking:Bool = true;
public var liveTracking(get, set):Bool;
@:clonable public var liveTracking(get, set):Bool;
private function get_liveTracking():Bool {
return _liveTracking;
}
Expand Down

0 comments on commit 3095a8c

Please sign in to comment.