mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-12 04:01:59 +00:00
Fix NiGHTS path toolbar button not working
This commit is contained in:
parent
b2b78437b3
commit
d79a379b3b
1 changed files with 0 additions and 14 deletions
14
Source/Core/Windows/MainForm.Designer.cs
generated
14
Source/Core/Windows/MainForm.Designer.cs
generated
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue