ui: fixed method names disappearing in code view after being deselected
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user