1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 12:40:04 +00:00

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

This commit is contained in:
scrawl 2013-11-30 09:04:52 +01:00
parent 6aa9e18915
commit e1e9de0f02

View File

@ -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;