mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix Make times continuous
This commit is contained in:
parent
1bd63ce35c
commit
59e8ec522e
@ -83,7 +83,7 @@ static void adjoin_lines(agi::Context *c, bool set_start) {
|
||||
AssDialogue *prev = nullptr;
|
||||
size_t seen = 0;
|
||||
bool prev_sel = false;
|
||||
for (auto diag : c->ass->Events) {
|
||||
for (auto& diag : c->ass->Events) {
|
||||
bool cur_sel = !!sel.count(&diag);
|
||||
if (prev) {
|
||||
// One row selections act as if the previous or next line was selected
|
||||
|
Loading…
x
Reference in New Issue
Block a user