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

Commit

Permalink
[Mac] Seal internal ComboBox classes
Browse files Browse the repository at this point in the history
Co-Authored-By: Marius Ungureanu <[email protected]>
  • Loading branch information
sevoku and Therzok committed Dec 18, 2019
1 parent 09fbba2 commit e5a85bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Xwt.XamMac/Xwt.Mac/ComboBoxEntryBackend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void SetTextColumn (int column)
#endregion
}

class MacComboBoxDelegate : TextFieldDelegate, INSComboBoxDelegate
sealed class MacComboBoxDelegate : TextFieldDelegate, INSComboBoxDelegate
{
WeakReference weakBackend;

Expand All @@ -130,7 +130,7 @@ public void SelectionChanged (NSNotification notification)
}
}

class MacComboBox : NSComboBox, IViewObject
sealed class MacComboBox : NSComboBox, IViewObject
{
IComboBoxEventSink eventSink;
ITextEntryEventSink entryEventSink;
Expand Down Expand Up @@ -335,4 +335,3 @@ protected override void Dispose (bool disposing)
}
}
}

0 comments on commit e5a85bb

Please sign in to comment.