BUG FIX:event enable in eventComboBox but not showing in event flag graph. seen in prs1 devices.

This commit is contained in:
LoudSnorer 2023-03-12 08:36:41 -04:00
parent edaf214049
commit 77b281287e

View File

@ -74,7 +74,7 @@ void gFlagsGroup::SetDay(Day *d)
}
quint32 z = schema::FLAG | schema::SPAN;
quint32 z = schema::FLAG | schema::SPAN | schema::MINOR_FLAG;
if (p_profile->general->showUnknownFlags()) z |= schema::UNKNOWN;
availableChans = d->getSortedMachineChannels(z);