secure411dotorg / mal4s

Mal4s is a free open source data visualization tool designed to make it easy to see clusters of related Internet resources.
https://github.com/secure411dotorg/mal4s/wiki
GNU General Public License v3.0
30 stars 3 forks source link

Timeout on hover is too short. #9

Closed ZLightning closed 11 years ago

ZLightning commented 11 years ago

When hovering over a domain, the text box disappears too quickly. The preference is that the text box should not disappear until the user moves the mouse off the object.

ZLightning commented 11 years ago

https://github.com/acaudwell/Core/blob/master/mousecursor.cpp#L34

ZLightning commented 11 years ago

I set the timeout from 3.0 to 999.0, so hover text should stay on the screen until you move your mouse off the target or about 999 seconds.