Skip to content
Snippets Groups Projects
Commit b16f4886 authored by codeimp's avatar codeimp
Browse files

@ Fixed a bug and changed category of the Tag Range action in the control list

parent 08e6f30d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
rangetagselectedsectors
{
title = "Tag Range Sectors";
category = "sectors";
category = "classic";
description = "Allows giving a range of tags to a selection of sectors.";
allowkeys = true;
allowmouse = true;
......
......@@ -123,6 +123,7 @@ namespace CodeImp.DoomBuilder.TagRange
outoftagswarning.Visible = outoftags;
doubletagwarning.Visible = tagsused && !outoftags;
skipdoubletags.Visible = tagsused && !outoftags;
skipdoubletags.BringToFront();
tags = CreateRange(starttag, skipdoubletags.Checked, out tagsused, out outoftags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment