Don't hide tooltips on mouse click. Probably wasn't such a bright idea.

actorid
scrawl 11 years ago
parent 6aa9e18915
commit e1e9de0f02

@ -110,11 +110,6 @@ namespace MWGui
else
{
const MyGUI::IntPoint& lastPressed = MyGUI::InputManager::getInstance().getLastPressedPosition(MyGUI::MouseButton::Left);
if (mousePos == lastPressed) // mouseclick makes tooltip disappear
return;
if (mousePos.left == mLastMouseX && mousePos.top == mLastMouseY)
{
mRemainingDelay -= frameDuration;

Loading…
Cancel
Save