mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed CP unit test
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user