Closed ZLightning closed 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.
https://github.com/acaudwell/Core/blob/master/mousecursor.cpp#L34
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.
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.