Merge pull request #1323 from jdpurcell/patch2

SubtitleListView: Enable double buffering to eliminate flickering
This commit is contained in:
Nikolaj Olsson 2015-09-25 06:09:16 +02:00
commit 711988239a

View File

@ -126,6 +126,7 @@ namespace Nikse.SubtitleEdit.Controls
public SubtitleListView()
{
DoubleBuffered = true;
UseSyntaxColoring = true;
Font = new Font("Tahoma", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
Columns.AddRange(new[]