Skip to content

Commit

Permalink
Mac: no need to measure when setting CheckBox.BackgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Jul 24, 2023
1 parent ca2cd5d commit 392bd85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Eto.Mac/Forms/Controls/CheckBoxHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,5 @@ public bool ThreeState
set { Control.AllowsMixedState = value; }
}

protected override void SetBackgroundColor(Color? color)
{
base.SetBackgroundColor(color);
InvalidateMeasure();
}
}
}

0 comments on commit 392bd85

Please sign in to comment.