ui: fixes for release
* fixed NameHierarchy delimiter not set when project settings need to be migrated * fixed codeview does not scroll to linenumber in single file mode when activating symbol in changed file
This commit is contained in:
@@ -660,7 +660,10 @@ void QtCodeNavigator::requestScroll(const FilePath& filePath, uint lineNumber, I
|
||||
// std::cout << "scroll request: " << req.filePath.str() << " " << req.lineNumber << " " << req.locationId;
|
||||
// std::cout << " " << req.animated << " " << req.onTop << std::endl;
|
||||
|
||||
m_scrollRequest = req;
|
||||
if ((!m_scrollRequest.lineNumber || !m_scrollRequest.locationId) && (req.lineNumber || req.locationId))
|
||||
{
|
||||
m_scrollRequest = req;
|
||||
}
|
||||
|
||||
m_singleHasNewFile = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user