We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 972f0a7 + dd6d72e commit 759700aCopy full SHA for 759700a
Plugins/LfpViewer/LfpChannelDisplayInfo.cpp
@@ -325,8 +325,7 @@ bool LfpChannelDisplayInfo::isChannelNumberHidden()
325
String LfpChannelDisplayInfo::getTooltip()
326
{
327
const bool showChannelNumbers = options->getChannelNameState();
328
- const String channelString = (isChannelNumberHidden() ? ("--") : showChannelNumbers ? String (getChannelNumber() + 1)
329
- : getName());
+ const String channelString = showChannelNumbers ? String (getChannelNumber() + 1) : getName();
330
331
return channelString;
332
-}
+}
0 commit comments