mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
All Texture Browser controls should have TabStop disabled to make Tab key work as intended...
This commit is contained in:
parent
c40d054949
commit
81522c3283
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
this.showtexturesize.Name = "showtexturesize";
|
||||
this.showtexturesize.Size = new System.Drawing.Size(105, 17);
|
||||
this.showtexturesize.TabIndex = 0;
|
||||
this.showtexturesize.TabStop = false;
|
||||
this.showtexturesize.Text = "Show image size";
|
||||
this.showtexturesize.UseVisualStyleBackColor = true;
|
||||
this.showtexturesize.CheckedChanged += new System.EventHandler(this.showtexturesize_CheckedChanged);
|
||||
|
|
Loading…
Reference in a new issue