Commit c60e64b6 authored by Claes Sjofors's avatar Claes Sjofors

Xtt eventlist, ReturnText was not shown in return events

parent f11ac6fe
...@@ -1562,6 +1562,7 @@ void ItemAlarm::update_text() ...@@ -1562,6 +1562,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:
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