mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 19:01:18 +00:00
Fixed, Models, Classic and Visual mode: UDMF scale and rotation transforms were applied in incorrect order.
Fixed, Cosmetic, Script Editor: fixed a typo. Internal, ImageBrowserControl: removed now unused KeyDown event. Updated documentation.
This commit is contained in:
parent
1bd8c5cef5
commit
0359974e0f
20 changed files with 433 additions and 229 deletions
|
@ -244,7 +244,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
this.buttonsnippets.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.buttonsnippets.Name = "buttonsnippets";
|
||||
this.buttonsnippets.Size = new System.Drawing.Size(29, 22);
|
||||
this.buttonsnippets.Text = "Intert a Code Snippet";
|
||||
this.buttonsnippets.Text = "Insert a Code Snippet";
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue