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
+2 -1
View File
@@ -250,10 +250,11 @@ bool QtCodeFile::isCollapsed() const
return m_isCollapsed;
}
void QtCodeFile::requestContent() const
void QtCodeFile::requestContent()
{
if (!isCollapsed() || m_contentRequested)
{
updateContent();
return;
}