mirror of https://github.com/odrling/Aegisub
Increase the undo-group-breaking timer to 30 seconds (from 10)
This commit is contained in:
parent
28e041de6f
commit
269dd79230
|
@ -442,7 +442,7 @@ void SubsEditBox::SetSelectedRows(setter set, T value, wxString desc, int type,
|
||||||
lastCommitType = desc;
|
lastCommitType = desc;
|
||||||
lastTimeCommitType = -1;
|
lastTimeCommitType = -1;
|
||||||
initialTimes.clear();
|
initialTimes.clear();
|
||||||
undoTimer.Start(10000, wxTIMER_ONE_SHOT);
|
undoTimer.Start(30000, wxTIMER_ONE_SHOT);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|
Loading…
Reference in New Issue