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)
{
#ifdef RYZOM_FORGE
// display web profile if necessary
if (getParam(sParams, "from") == "contact")
{
@ -704,7 +705,7 @@ class CHandlerOpenTitleHelp : public IActionHandler
return;
}
}
#endif
CInterfaceGroup *group = CInterfaceHelp::activateNextWindow(NULL);
if (!group) return;

Loading…
Cancel
Save