We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293c51d commit c860d9eCopy full SHA for c860d9e
src/MainModuleController.cpp
@@ -699,7 +699,7 @@ void MainModuleController::on_measureInViewpointSphereList_currentIndexChanged(i
699
700
if( pValue < mViewpointMeasures.size() )
701
{
702
- colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), false);
+ colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), !mViewpointMeasures.at(pValue)->IsMaximumBest());
703
}
704
for( int i = 0; i < colors.size(); i++ )
705
0 commit comments