Apply custom theme to effects menu

This commit is contained in:
Jaex 2020-07-08 15:00:07 +03:00
parent f761a612a0
commit 3ad1c8e3d4

View file

@ -57,6 +57,11 @@ public ImageEffectsForm(Bitmap bmp, List<ImageEffectPreset> presets, int selecte
InitializeComponent();
ShareXResources.ApplyTheme(this);
if (ShareXResources.UseCustomTheme)
{
ShareXResources.ApplyCustomThemeToContextMenuStrip(cmsEffects);
}
PreviewImage = bmp;
if (PreviewImage == null)
{