ui: Fixed active reference not shown when switching between code view modes

This commit is contained in:
Eberhard Graether
2017-01-17 16:34:56 +01:00
parent 79ad952d13
commit 39a587aa83
5 changed files with 44 additions and 11 deletions
@@ -237,6 +237,7 @@ void QtCodeFileSingle::setFileData(const FileData& file)
if (m_area)
{
updateRefCount(m_area->getActiveLocationCount());
m_area->updateContent();
}
return;
}