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
+1
View File
@@ -175,6 +175,7 @@ private:
QFrame* m_separatorLine;
std::vector<Reference> m_references;
Reference m_activeReference;
size_t m_refIndex;
ScrollRequest m_scrollRequest;