ui: Fixed correct location not always shown in single file code view when going back to activated edge
This commit is contained in:
@@ -459,6 +459,10 @@ void QtCodeNavigator::showActiveSnippet(
|
||||
m_list->requestFileContent(filePath);
|
||||
}
|
||||
}
|
||||
else if (firstReference.tokenId)
|
||||
{
|
||||
m_single->requestFileContent(firstReference.filePath);
|
||||
}
|
||||
|
||||
if (firstReference.tokenId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user