Increase the undo-group-breaking timer to 30 seconds (from 10)

This commit is contained in:
Thomas Goyne 2012-10-08 21:03:15 -07:00
parent 28e041de6f
commit 269dd79230
1 changed files with 1 additions and 1 deletions

View File

@ -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>