Skip to content

Commit

Permalink
Merge pull request #614 from Shallowmallow/ClonableLiveTracking
Browse files Browse the repository at this point in the history
Live tracking for color picker must be clonable
  • Loading branch information
ianharrigan committed Jul 4, 2024
2 parents 4849b85 + 3095a8c commit 3583cfe
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 3583cfe

Please sign in to comment.