Allow list view column re-order in bd sup edit

Related to  #5003
This commit is contained in:
Nikolaj Olsson 2021-04-26 22:22:54 +02:00
parent eee932af0c
commit e0a8ad66f7

View File

@ -210,6 +210,7 @@ namespace Nikse.SubtitleEdit.Forms.BinaryEdit
UiUtil.FixLargeFonts(this, buttonExportImage);
UiUtil.InitializeSubtitleFont(subtitleListView1);
UpdateListViewColumns();
subtitleListView1.AllowColumnReorder = true;
videoPlayerContainer1.Visible = false;
progressBar1.Visible = false;
OpenBinSubtitle(fileName);