]> git.saurik.com Git - wxWidgets.git/commitdiff
Increase timeout in order to catch slower clicks
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Mar 2006 18:09:22 +0000 (18:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Mar 2006 18:09:22 +0000 (18:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/ScintillaWX.cpp
src/stc/ScintillaWX.cpp

index 3bf1d13c43b06227a4e17ab58dff06cf5860a8d5..c9394b97660bf959f4d27fe760d500755cf53b5b 100644 (file)
@@ -257,7 +257,7 @@ void ScintillaWX::StartDrag() {
     // We defer the starting of the DnD, otherwise the LeftUp of a normal
     // click could be lost and the STC will think it is doing a DnD when the
     // user just wanted a normal click.
-    startDragTimer->Start(100, true);
+    startDragTimer->Start(200, true);
 #endif // wxUSE_DRAG_AND_DROP
 }
 
index 3bf1d13c43b06227a4e17ab58dff06cf5860a8d5..c9394b97660bf959f4d27fe760d500755cf53b5b 100644 (file)
@@ -257,7 +257,7 @@ void ScintillaWX::StartDrag() {
     // We defer the starting of the DnD, otherwise the LeftUp of a normal
     // click could be lost and the STC will think it is doing a DnD when the
     // user just wanted a normal click.
-    startDragTimer->Start(100, true);
+    startDragTimer->Start(200, true);
 #endif // wxUSE_DRAG_AND_DROP
 }