From ef703ed6de6fb492046a4b1e876a14b44f389111 Mon Sep 17 00:00:00 2001 From: Nimetu Date: Wed, 20 Jul 2016 14:31:44 +0300 Subject: [PATCH] Fixed: Double tooltip on web image links --HG-- branch : develop --- code/nel/src/gui/group_html.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp index 60146e484..964610149 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -4387,7 +4387,6 @@ namespace NLGUI ctrlButton->setToolTipParent(TTMouse); ctrlButton->setToolTipParentPosRef(Hotspot_TTAuto); ctrlButton->setToolTipPosRef(Hotspot_TTAuto); - ctrlButton->setActionOnLeftClickParams(tooltip); } getParagraph()->addChild (ctrlButton);