ui: fixed method names disappearing in code view after being deselected

This commit is contained in:
Eberhard Graether
2017-02-22 04:30:48 +01:00
parent 79fc78a518
commit 224f0b05f9
2 changed files with 21 additions and 4 deletions
+3
View File
@@ -185,6 +185,9 @@ private:
std::vector<Annotation> m_annotations;
std::vector<const Annotation*> m_hoveredAnnotations;
// Remove when annotations become unique regarding start and end, and store multiple tokenIds
std::vector<Annotation*> m_colorChangedAnnotations;
int m_digits;
bool m_isSelecting;