mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed deferred mouseover hoverwatch mismatch
This commit is contained in:
parent
72cb353515
commit
a17f57f4c6
3 changed files with 6 additions and 6 deletions
|
@ -4304,7 +4304,7 @@ void BfCompiler::ProcessAutocompleteTempType()
|
|||
if (autoComplete->mResolveType == BfResolveType_GetResultString)
|
||||
{
|
||||
autoComplete->mResultString = ":";
|
||||
autoComplete->mResultString += module->TypeToString(typeInst);
|
||||
autoComplete->mResultString += module->TypeToString(typeInst, (BfTypeNameFlags)(BfTypeNameFlag_ExtendedInfo | BfTypeNameFlag_ResolveGenericParamNames));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue