Fix NiGHTS path toolbar button not working

This commit is contained in:
spherallic 2023-04-28 17:21:07 +02:00
parent b2b78437b3
commit d79a379b3b

View file

@ -2028,20 +2028,6 @@ namespace CodeImp.DoomBuilder.Windows
this.buttonautoclearsidetextures.Text = "Auto Clear Sidedef Textures";
this.buttonautoclearsidetextures.Click += new System.EventHandler(this.InvokeTaggedAction);
//
// buttontogglenightspath
//
this.buttontogglenightspath.Checked = true;
this.buttontogglenightspath.CheckOnClick = true;
this.buttontogglenightspath.CheckState = System.Windows.Forms.CheckState.Checked;
this.buttontogglenightspath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.buttontogglenightspath.Image = global::CodeImp.DoomBuilder.Properties.Resources.axis1;
this.buttontogglenightspath.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttontogglenightspath.Name = "buttontogglenightspath";
this.buttontogglenightspath.Size = new System.Drawing.Size(23, 22);
this.buttontogglenightspath.Tag = "builder_togglenightspath";
this.buttontogglenightspath.Text = "Show NiGHTS Path";
this.buttontogglenightspath.Click += new System.EventHandler(this.InvokeTaggedAction);
//
// seperatorgeometry
//
this.seperatorgeometry.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);