Commit 79771aad authored by Claes Sjofors's avatar Claes Sjofors

Xtt block list, object name wasn't displayed

parent 10a38b30
...@@ -1580,6 +1580,7 @@ void ItemAlarm::update_text() ...@@ -1580,6 +1580,7 @@ void ItemAlarm::update_text()
case evlist_eEventType_Info: case evlist_eEventType_Info:
case evlist_eEventType_Alarm: case evlist_eEventType_Alarm:
case evlist_eEventType_Return: case evlist_eEventType_Return:
case evlist_eEventType_Block:
if ( ! evlist->hide_text) { if ( ! evlist->hide_text) {
brow_SetAnnotation( node, 2, alias, strlen(alias)); brow_SetAnnotation( node, 2, alias, strlen(alias));
brow_SetAnnotation( node, 3, eventtext, strlen(eventtext)); brow_SetAnnotation( node, 3, eventtext, strlen(eventtext));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment