fix: output map addesses min/max wasn't set on interface assignment
Caused address to become one due to Qt's spinbox, see #112
Dieser Commit ist enthalten in:
Ursprung
f1287a679b
Commit
0d409dfa23
@ -90,6 +90,8 @@ OutputMap::OutputMap(Object& _parent, std::string_view parentPropertyName)
|
||||
}
|
||||
}
|
||||
|
||||
Attributes::setMinMax(addresses, newValue->outputAddressMinMax(channel));
|
||||
|
||||
if(!interface) // No interface was assigned.
|
||||
{
|
||||
assert(addresses.empty());
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren