forked from mia/Aegisub
Set end times to zero when pasting plain text. Closes #1570.
This commit is contained in:
parent
cbbcc35e4f
commit
89a431a68b
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ void paste_lines(agi::Context *c, bool paste_over, Paster&& paste_line) {
|
||||||
// Line didn't parse correctly, assume it's plain text that
|
// Line didn't parse correctly, assume it's plain text that
|
||||||
// should be pasted in the Text field only
|
// should be pasted in the Text field only
|
||||||
curdiag = new AssDialogue;
|
curdiag = new AssDialogue;
|
||||||
|
curdiag->End = 0;
|
||||||
curdiag->Text = curdata;
|
curdiag->Text = curdata;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue