Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCRobinson committed Aug 20, 2021
1 parent 88ec657 commit 66ea1e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file modified Assemblies/1SettingsHelper.dll
Binary file not shown.
8 changes: 0 additions & 8 deletions Source/SettingsHelper/ColourPicker/Dialog_ColourPicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -458,16 +458,8 @@ public static bool TryGetColorFromHex( string hex, out Color col )
return false;
}

public static bool first;
public override void DoWindowContents( Rect inRect )
{
Log.Message("DoWindowContents");
if ( first )
{
Log.Message( InitialSize.ToString() );
Log.Message( windowRect.ToString() );
}

// set up rects
Rect pickerRect = new Rect(inRect.xMin, inRect.yMin, _pickerSize, _pickerSize);
Rect hueRect = new Rect(pickerRect.xMax + _margin, inRect.yMin, _sliderWidth, _pickerSize);
Expand Down

0 comments on commit 66ea1e9

Please sign in to comment.