From 269dd79230e24b7b3c20a6d98ebca8ee4450b546 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Mon, 8 Oct 2012 21:03:15 -0700
Subject: [PATCH] Increase the undo-group-breaking timer to 30 seconds (from
 10)

---
 aegisub/src/subs_edit_box.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/src/subs_edit_box.cpp b/aegisub/src/subs_edit_box.cpp
index 342521a18..227978653 100644
--- a/aegisub/src/subs_edit_box.cpp
+++ b/aegisub/src/subs_edit_box.cpp
@@ -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>
-- 
GitLab