src: miscellaneous fixes
* fixed code view snippet minimize click expanded snippet again * fixed typedef nodes node grouped within file group * fixed splitting anonymous namespace bundle increased group nesting instead * fixed build, tests and clang warnings
This commit is contained in:
@@ -387,8 +387,6 @@ void QtCodeFile::findScreenMatches(const std::wstring& query, std::vector<std::p
|
||||
|
||||
void QtCodeFile::clickedMinimizeButton()
|
||||
{
|
||||
m_navigator->requestScroll(m_filePath, 0, 0, false, QtCodeNavigateable::SCROLL_VISIBLE);
|
||||
|
||||
MessageChangeFileView(
|
||||
m_filePath,
|
||||
MessageChangeFileView::FILE_MINIMIZED,
|
||||
|
||||
Reference in New Issue
Block a user