mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
[Watermark] - Allow undoing Watermark action.
This commit is contained in:
parent
7a9388d1dd
commit
dd6f833469
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user