Remove access to icon choosing for profiles (since no one uses it and it was bugged anyway)

This commit is contained in:
Ben Olden-Cooligan 2015-06-30 19:36:15 -04:00
parent 7420613278
commit 21f9b66201
3 changed files with 2 additions and 14 deletions

View File

@ -212,7 +212,6 @@ namespace NAPS2.WinForms
resources.ApplyResources(this.pctIcon, "pctIcon");
this.pctIcon.Name = "pctIcon";
this.pctIcon.TabStop = false;
this.pctIcon.DoubleClick += new System.EventHandler(this.pctIcon_DoubleClick);
//
// label8
//

View File

@ -284,17 +284,6 @@ namespace NAPS2.WinForms
}
}
private void pctIcon_DoubleClick(object sender, EventArgs e)
{
var fic = FormFactory.Create<FChooseIcon>();
fic.ShowDialog();
if (fic.IconID > -1)
{
pctIcon.Image = ilProfileIcons.IconsList.Images[fic.IconID];
iconID = fic.IconID;
}
}
private void rdWIA_CheckedChanged(object sender, EventArgs e)
{
if (!suppressChangeEvent)

View File

@ -1093,12 +1093,12 @@
<value>ilProfileIcons</value>
</data>
<data name="&gt;&gt;ilProfileIcons.Type" xml:space="preserve">
<value>NAPS2.ILProfileIcons, NAPS2.Core, Version=3.2.1.31144, Culture=neutral, PublicKeyToken=null</value>
<value>NAPS2.ILProfileIcons, NAPS2.Core, Version=3.3.4.33438, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>FEditScanSettings</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>NAPS2.WinForms.FormBase, NAPS2.Core, Version=3.2.1.31144, Culture=neutral, PublicKeyToken=null</value>
<value>NAPS2.WinForms.FormBase, NAPS2.Core, Version=3.3.4.33438, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>