mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Channel search fix in loadChannels
This commit is contained in:
parent
b83582744d
commit
e26f901315
@ -442,7 +442,7 @@ void loadChannels()
|
||||
in >> lowerThresholdColor;
|
||||
in >> upperThreshold;
|
||||
in >> upperThresholdColor;
|
||||
if (!chan) {
|
||||
if (chan->isNull()) {
|
||||
qDebug() << "loadChannels has idea about channel" << name;
|
||||
if (in.atEnd()) return;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user