mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-03 10:21:36 +00:00
Changed, UDMF: rearranged linedef activation flags to make their order more logical.
Linedef/Thing Edit forms: cosmetic changes to named/numbered script drop-down locations.
This commit is contained in:
parent
0374a0bf90
commit
b047dc4ae1
7 changed files with 31 additions and 12 deletions
|
@ -113,8 +113,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
tabs.TabPages.Remove(tabeffects);
|
||||
}
|
||||
else //mxd. Setup script numbers
|
||||
{
|
||||
scriptNumbers.Location = arg0.Location;
|
||||
{
|
||||
scriptNumbers.Location = new Point(arg0.Location.X, arg0.Location.Y + 2);
|
||||
|
||||
foreach(ScriptItem si in General.Map.NumberedScripts)
|
||||
scriptNumbers.Items.Add(si);
|
||||
|
@ -306,6 +306,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
private void UpdateScriptControls()
|
||||
{
|
||||
scriptNumbers.Visible = (Array.IndexOf(GZBuilder.GZGeneral.ACS_SPECIALS, action.Value) != -1);
|
||||
arg0.Visible = !scriptNumbers.Visible;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue