Fix Artifact MainAttribution changes without refreshing

This commit is contained in:
2023-05-30 20:20:18 +08:00
parent 119c8c87ee
commit 6da7e1d4d0
2 changed files with 2 additions and 1 deletions

View File

@@ -172,6 +172,7 @@
this.CmbMainAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbMainAttribution.FormattingEnabled = true;
this.CmbMainAttribution.Name = "CmbMainAttribution";
this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged);
//
// LblMainAttribution
//