ui: Fixed active reference not shown when switching between code view modes
This commit is contained in:
@@ -237,6 +237,7 @@ void QtCodeFileSingle::setFileData(const FileData& file)
|
||||
if (m_area)
|
||||
{
|
||||
updateRefCount(m_area->getActiveLocationCount());
|
||||
m_area->updateContent();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user