mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 04:14:50 -04:00
Add display name fields to controller and zone instead of editing the existing name field
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user