sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
686 stars 104 forks source link

ensure map objects call setModified in copy method to play nicely with Undo #1588

Closed thezerobit closed 8 months ago

thezerobit commented 8 months ago

These copy methods are used by the "paste properties" action and this resolves some bugs with using Undo after those actions, including https://github.com/sirjuddington/SLADE/issues/1587 which I filed earlier.