Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent context menu #2629

Closed
nullsoftware opened this issue Mar 31, 2022 · 2 comments
Closed

Transparent context menu #2629

nullsoftware opened this issue Mar 31, 2022 · 2 comments

Comments

@nullsoftware
Copy link

Transparent context menu even in official demo.
I'm using latest version of this library

  • MaterialDesignThemes.Wpf.dll - version 4.4.0
  • MaterialDesignColors.dll -version 2.0.5
  • WPF app (.NET Framework 4.7.2)

Screenshot from official demo app:
image

My app has the same result. App.xaml looks like:

    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <md:BundledTheme BaseTheme="Light" PrimaryColor="Blue" SecondaryColor="DeepPurple" />
                <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/Generic.xaml" />
                <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

Please fix this, or suggest how to deal with it.

@Keboo
Copy link
Member

Keboo commented Mar 31, 2022

This looks to be a duplicate issue. Please test with the latest 4.5.0 preview NuGet package where the fix has been done.

@Keboo Keboo added bug duplicate Waiting on feedback Additional information is needed. Stale items with this label may be closed. labels Mar 31, 2022
@nullsoftware
Copy link
Author

Yeah, thanks, it helped.

@Keboo Keboo removed the Waiting on feedback Additional information is needed. Stale items with this label may be closed. label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants