Skip to content

Commit 96621ce

Browse files
committed
make public again. my bad :( fixes #579
1 parent a8888e4 commit 96621ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/ComboBoxPopup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
namespace MaterialDesignThemes.Wpf
1313
{
14-
internal enum ComboBoxPopupPlacement
14+
public enum ComboBoxPopupPlacement
1515
{
1616
Undefined,
1717
Down,
1818
Up,
1919
Classic
2020
}
2121

22-
internal class ComboBoxPopup : Popup
22+
public class ComboBoxPopup : Popup
2323
{
2424
#region UpContentTemplate property
2525

0 commit comments

Comments
 (0)