Make Door action: added missing activation properties for maps in Hexen and UDMF map formats.

Make Door action: made Make Door form a bit smaller.
Make Door action: sector highlight was not updated after performing the action when a single sector was selected.
This commit is contained in:
MaxED 2014-03-05 12:26:09 +00:00
parent 7faf6bc13e
commit f7f8c1e894
6 changed files with 170 additions and 179 deletions

View file

@ -1421,6 +1421,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
orderedselection.Clear();
General.Map.Map.ClearSelectedSectors();
General.Map.Map.ClearSelectedLinedefs();
updateOverlaySurfaces();//mxd
}
}