mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-17 15:55:46 -04:00
Rework adding segments with ConfigureZone
This commit is contained in:
1 parent
a306cf815b
commit
e9f430d8ed
35 files changed
+131
-54
No files matched your search
@@ -602,7 +602,8 @@ void RGBController_Debug::SetupZones()
|
||||
resizable_zone.flags = ZONE_FLAG_MANUALLY_CONFIGURABLE_SIZE
|
||||
| ZONE_FLAG_MANUALLY_CONFIGURABLE_NAME
|
||||
| ZONE_FLAG_MANUALLY_CONFIGURABLE_TYPE
|
||||
| ZONE_FLAG_MANUALLY_CONFIGURABLE_MATRIX_MAP;
|
||||
| ZONE_FLAG_MANUALLY_CONFIGURABLE_MATRIX_MAP
|
||||
| ZONE_FLAG_MANUALLY_CONFIGURABLE_SEGMENTS;
|
||||
zones.push_back(resizable_zone);
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user