Minor fix for Export to image based format

This commit is contained in:
niksedk 2014-05-28 18:58:22 +02:00
parent b1ae1b1607
commit 5b195cc73f

View File

@ -2402,6 +2402,9 @@ $DROP=[DROPVALUE]" + Environment.NewLine + Environment.NewLine +
subtitleListView1.AutoSizeAllColumns(this);
_subtitle = new Subtitle(subtitle);
_subtitle.Header = subtitle.Header;
_subtitle.Footer = subtitle.Footer;
panelColor.BackColor = _subtitleColor;
panelBorderColor.BackColor = _borderColor;
InitBorderStyle();