Increase the undo-group-breaking timer to 30 seconds (from 10)
This commit is contained in:
parent
28e041de6f
commit
269dd79230
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ void SubsEditBox::SetSelectedRows(setter set, T value, wxString desc, int type,
|
|||
lastCommitType = desc;
|
||||
lastTimeCommitType = -1;
|
||||
initialTimes.clear();
|
||||
undoTimer.Start(10000, wxTIMER_ONE_SHOT);
|
||||
undoTimer.Start(30000, wxTIMER_ONE_SHOT);
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
|
Loading…
Reference in a new issue