Out of the blue I've started getting the following error whenever I minimize MC
System.InvalidOperationException: SplitterDistance must be between Panel1MinSize and Width - Panel2MinSize.
at System.Windows.Forms.SplitContainer.set_SplitterDistance(Int32 value)
at Media_Companion.Form1.AutoHideBanner(String Pboxtag, String Imagepath)
at Media_Companion.Form1.tv_SelectedSeries(TvShow Show)
at Media_Companion.Form1.TvTreeview_AfterSelect_Do()
If I hit continue, MC minimises fine and seems to still be working fine when I go to use it.
Not a deal breaker, but just thought I'd mention it!
Yes, this is due to how the Split-panel resized, and the new method to minimize the banner picturebox if no banner image is present/available.
I'll work on a proper fix for the next release.
Fix in place for next release