From 44d2f823557fc0c48cda0900fd1f71c261050879 Mon Sep 17 00:00:00 2001 From: FireMonkey <38590471+ItsFireMonkey@users.noreply.github.com> Date: Sat, 27 Jul 2019 17:52:46 -0400 Subject: [PATCH] Update Mode Grammar + Box clicking issue fix --- FModel/Forms/UpdateModeSettings.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FModel/Forms/UpdateModeSettings.Designer.cs b/FModel/Forms/UpdateModeSettings.Designer.cs index 150257db..806f6159 100644 --- a/FModel/Forms/UpdateModeSettings.Designer.cs +++ b/FModel/Forms/UpdateModeSettings.Designer.cs @@ -283,6 +283,7 @@ namespace FModel.Forms // this.checkedListBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.checkedListBox2.CheckOnClick = true; this.checkedListBox2.FormattingEnabled = true; this.checkedListBox2.Items.AddRange(new object[] { "[BR] 2D Assets", @@ -305,7 +306,7 @@ namespace FModel.Forms this.groupBox1.TabIndex = 24; this.groupBox1.TabStop = false; this.groupBox1.Text = "Icon Creation " + - " Texure"; + " Texture"; // // UpdateModeSettings //