Adds colorable sliders & RGB/HSV color picker (#7441)
This commit is contained in:
@@ -44,7 +44,7 @@ public sealed partial class DecalPlacerWindow : DefaultWindow
|
||||
SpinBoxContainer.AddChild(RotationSpinBox);
|
||||
|
||||
Search.OnTextChanged += _ => RefreshList();
|
||||
ColorPicker.OnColorPicked += color =>
|
||||
ColorPicker.OnColorChanged += color =>
|
||||
{
|
||||
_color = color;
|
||||
UpdateDecalPlacementInfo();
|
||||
|
||||
Reference in New Issue
Block a user