it's time we dont auto-scale finger size with scale .. set finger size

to what u need/want.



SVN revision: 65569
This commit is contained in:
Carsten Haitzler 2011-11-24 10:31:42 +00:00
parent a41de1da8f
commit 15468ff4d1
1 changed files with 0 additions and 2 deletions

View File

@ -1311,8 +1311,6 @@ _env_get(void)
s = getenv("ELM_SCALE");
if (s) _elm_config->scale = atof(s);
_elm_config->finger_size =
(double)_elm_config->finger_size * _elm_config->scale;
s = getenv("ELM_FINGER_SIZE");
if (s) _elm_config->finger_size = atoi(s);