mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
BUG FIX:event enable in eventComboBox but not showing in event flag graph. seen in prs1 devices.
This commit is contained in:
parent
edaf214049
commit
77b281287e
@ -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;
|
if (p_profile->general->showUnknownFlags()) z |= schema::UNKNOWN;
|
||||||
availableChans = d->getSortedMachineChannels(z);
|
availableChans = d->getSortedMachineChannels(z);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user