[colobot] 280/377: Incresed editor double click time, closes #688

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 2b94de44a865db28a6ba38c38c3b55b9659e07fe
Author: krzys-h <krzys_h at interia.pl>
Date:   Mon Feb 15 19:08:09 2016 +0100

    Incresed editor double click time, closes #688
---
 src/ui/controls/edit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/controls/edit.cpp b/src/ui/controls/edit.cpp
index 5af0825..481e7c2 100644
--- a/src/ui/controls/edit.cpp
+++ b/src/ui/controls/edit.cpp
@@ -53,7 +53,7 @@ const float MARGY           = (5.0f/480.0f);
 const float MARGYS          = (4.0f/480.0f);
 const float MARGY1          = (1.0f/480.0f);
 //! time limit for double-click
-const float DELAY_DBCLICK   = 0.3f;
+const float DELAY_DBCLICK   = 0.75f;
 //! time limit for scroll
 const float DELAY_SCROLL    = 0.1f;
 //! expansion for \b;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list