Fixed CP unit test

This commit is contained in:
Tig
2024-08-29 13:13:45 -04:00
parent 492a772abc
commit f882cd9f37

View File

@@ -478,6 +478,8 @@ public class ColorPickerTests
public void ColorPicker_SwitchingColorModels_ResetsBars ()
{
var cp = GetColorPicker (ColorModel.RGB, false);
cp.BeginInit ();
cp.EndInit ();
cp.SelectedColor = new (255, 0);
cp.Draw ();