Restore right click info to classic behaviour, kaetemi/ryzomclassic#86

ryzomclassic-develop
kaetemi 4 years ago
parent 7eeb845768
commit 817ca5bf2b

@ -635,6 +635,7 @@ class CHandlerOpenTitleHelp : public IActionHandler
{ {
void execute (CCtrlBase *pCaller, const string &sParams) void execute (CCtrlBase *pCaller, const string &sParams)
{ {
#ifdef RYZOM_FORGE
// display web profile if necessary // display web profile if necessary
if (getParam(sParams, "from") == "contact") if (getParam(sParams, "from") == "contact")
{ {
@ -704,7 +705,7 @@ class CHandlerOpenTitleHelp : public IActionHandler
return; return;
} }
} }
#endif
CInterfaceGroup *group = CInterfaceHelp::activateNextWindow(NULL); CInterfaceGroup *group = CInterfaceHelp::activateNextWindow(NULL);
if (!group) return; if (!group) return;

Loading…
Cancel
Save