[Watermark] - Allow undoing Watermark action.

This commit is contained in:
Ivandro Ismael 2016-03-30 10:31:01 +01:00
parent 7a9388d1dd
commit dd6f833469

View File

@ -10783,6 +10783,8 @@ namespace Nikse.SubtitleEdit.Forms
{
using (var watermarkForm = new Watermark())
{
// TODO: Localize description.
MakeHistoryForUndo("Before Watermark.");
watermarkForm.Initialize(_subtitle, FirstSelectedIndex);
if (watermarkForm.ShowDialog(this) == DialogResult.OK)
{