Incresed editor double click time, closes #688
parent
831eca921b
commit
2b94de44a8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue