Add display name fields to controller and zone instead of editing the existing name field

This commit is contained in:
Adam Honse
2026-06-04 01:19:04 -05:00
parent 9182d1e566
commit e69c9eedae
17 changed files with 309 additions and 178 deletions

View File

@@ -1026,7 +1026,7 @@ void DeviceView::paintEvent(QPaintEvent* /* event */)
/*-------------------------------------------------*\
| Draw zone name |
\*-------------------------------------------------*/
painter.drawText(posx, posy + posh, QString(controller->GetZoneName((unsigned int)zone_idx).c_str()));
painter.drawText(posx, posy + posh, QString(controller->GetZoneDisplayName((unsigned int)zone_idx).c_str()));
for(std::size_t segment_idx = 0; segment_idx < controller->GetZoneSegmentCount(zone_idx); segment_idx++)
{