mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +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 >> lowerThresholdColor;
|
||||||
in >> upperThreshold;
|
in >> upperThreshold;
|
||||||
in >> upperThresholdColor;
|
in >> upperThresholdColor;
|
||||||
if (!chan) {
|
if (chan->isNull()) {
|
||||||
qDebug() << "loadChannels has idea about channel" << name;
|
qDebug() << "loadChannels has idea about channel" << name;
|
||||||
if (in.atEnd()) return;
|
if (in.atEnd()) return;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user