mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-12 07:01:21 +00:00
fixed bug that kept pasted things invisible
This commit is contained in:
parent
31184de358
commit
18e050d617
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace CodeImp.DoomBuilder.Editing
|
||||||
// Done
|
// Done
|
||||||
memstream.Dispose();
|
memstream.Dispose();
|
||||||
General.Map.Map.UpdateConfiguration();
|
General.Map.Map.UpdateConfiguration();
|
||||||
|
General.Map.ThingsFilter.Update();
|
||||||
General.Editing.Mode.OnPasteEnd();
|
General.Editing.Mode.OnPasteEnd();
|
||||||
General.Plugins.OnPasteEnd();
|
General.Plugins.OnPasteEnd();
|
||||||
}
|
}
|
||||||
|
@ -240,6 +241,7 @@ namespace CodeImp.DoomBuilder.Editing
|
||||||
// Done
|
// Done
|
||||||
memstream.Dispose();
|
memstream.Dispose();
|
||||||
General.Map.Map.UpdateConfiguration();
|
General.Map.Map.UpdateConfiguration();
|
||||||
|
General.Map.ThingsFilter.Update();
|
||||||
General.Editing.Mode.OnPasteEnd();
|
General.Editing.Mode.OnPasteEnd();
|
||||||
General.Plugins.OnPasteEnd();
|
General.Plugins.OnPasteEnd();
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue