Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 5429354

Browse files
author
Eric Maupin
committed
[mac] Fix enabled on TabButton
Was a change trying to get the disabled look, got left in when submitting.
1 parent 2d58871 commit 5429354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Xamarin.PropertyEditing.Mac/Controls/Custom/TabButton.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public bool Selected
3434
get { return this.selected; }
3535
set
3636
{
37-
Enabled = value;
3837
this.selected = value;
3938
NeedsDisplay = true;
4039
}

0 commit comments

Comments
 (0)