mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:53:52 +00:00
Don't hide tooltips on mouse click. Probably wasn't such a bright idea.
This commit is contained in:
parent
6aa9e18915
commit
e1e9de0f02
1 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue