[DEV] correct display with highlight ==> maybe rework the highlight
This commit is contained in:
@@ -65,6 +65,7 @@ void appl::HighlightPattern::setEscapeChar(const etk::UChar& _EscapeChar) {
|
||||
void appl::HighlightPattern::setColorGlyph(etk::UString& _colorName) {
|
||||
m_colorName = _colorName;
|
||||
m_colorId = m_glyphPainting->request(m_colorName);
|
||||
APPL_DEBUG("Resuest color name '" << m_colorName << "' => id=" << m_colorId);
|
||||
}
|
||||
|
||||
void appl::HighlightPattern::display(void) {
|
||||
|
Reference in New Issue
Block a user