Skip to content

Commit 7b3f2a3

Browse files
committed
Added color setup in output widget
1 parent 579a008 commit 7b3f2a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/controls/outputwidget.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,9 @@ void OutputWidget::setup(const DisplayDefinition& dd, const ModbusSimulationMap2
577577
for(auto&& key : _descriptionMap.keys())
578578
setDescription(key.DeviceId, key.Type, key.Address, _descriptionMap[key]);
579579

580+
for(auto&& key : _colorMap.keys())
581+
setColor(key.DeviceId, key.Type, key.Address, _colorMap[key]);
582+
580583
updateData(data);
581584
}
582585

0 commit comments

Comments
 (0)