that was silly. actually assign the val

SVN revision: 39204
This commit is contained in:
Carsten Haitzler 2009-02-25 11:27:01 +00:00
parent da3167a027
commit 647ef9e4f0
1 changed files with 1 additions and 3 deletions

View File

@ -336,9 +336,7 @@ elm_quicklaunch_sub_init(int argc, char **argv)
_elm_config->scale = (double)val / 1000.0;
// FIXME: hack until e export finger size too
if (!elm_finger_size)
{
40.0 * _elm_config->scale;
}
_elm_config->finger_size = 40.0 * _elm_config->scale;
}
}
#endif