From 33e7b795da3d10587d6fa4aa24c0cdfd1820f51c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 22 May 2011 10:51:43 +0000 Subject: WinGui: Fix an unusual issue with the DataBinding on the AudioTrack dropdown control. Seems to no longer get the ListChanged events when the model object is marked as serializable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3994 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/frmMain.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win/CS/frmMain.Designer.cs') diff --git a/win/CS/frmMain.Designer.cs b/win/CS/frmMain.Designer.cs index fb00665b3..6f634b683 100644 --- a/win/CS/frmMain.Designer.cs +++ b/win/CS/frmMain.Designer.cs @@ -8,6 +8,8 @@ using System.Windows.Forms; namespace Handbrake { + using System.Collections.ObjectModel; + partial class frmMain { /// @@ -823,7 +825,6 @@ namespace Handbrake this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AudioSettings.Location = new System.Drawing.Point(0, 0); this.AudioSettings.Name = "AudioSettings"; - this.AudioSettings.ScannedTracks = ((System.ComponentModel.BindingList)(resources.GetObject("AudioSettings.ScannedTracks"))); this.AudioSettings.Size = new System.Drawing.Size(715, 310); this.AudioSettings.TabIndex = 0; // -- cgit v1.2.3