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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbMainAttribution.FormattingEnabled = true; this.CmbMainAttribution.FormattingEnabled = true;
this.CmbMainAttribution.Name = "CmbMainAttribution"; this.CmbMainAttribution.Name = "CmbMainAttribution";
this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged);
// //
// LblMainAttribution // LblMainAttribution
// //

View File

@ -706,6 +706,6 @@
<value>PageGiveArtifact</value> <value>PageGiveArtifact</value>
</data> </data>
<data name="&gt;&gt;$this.Type" xml:space="preserve"> <data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.7.4.0, Culture=neutral, PublicKeyToken=de2b1c089621e923</value> <value>GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.9.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923</value>
</data> </data>
</root> </root>