Skip to content

Commit

Permalink
make public again. my bad :( fixes #579
Browse files Browse the repository at this point in the history
  • Loading branch information
ButchersBoy committed Dec 20, 2016
1 parent a8888e4 commit 96621ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaterialDesignThemes.Wpf/ComboBoxPopup.cs
Expand Up @@ -11,15 +11,15 @@

namespace MaterialDesignThemes.Wpf
{
internal enum ComboBoxPopupPlacement
public enum ComboBoxPopupPlacement
{
Undefined,
Down,
Up,
Classic
}

internal class ComboBoxPopup : Popup
public class ComboBoxPopup : Popup
{
#region UpContentTemplate property

Expand Down

0 comments on commit 96621ce

Please sign in to comment.