MainWindow: Enabled Help action menu

This commit is contained in:
matlabbe
2017-08-22 16:47:48 -04:00
parent 73c05d2d9d
commit bc2c998b7c
4 changed files with 127 additions and 14 deletions

View File

@@ -2182,7 +2182,7 @@ bool ExportCloudsDialog::getExportedClouds(
}
}
}
if(ignoredCameras > validCameras.size()/2)
if(ignoredCameras > (int)validCameras.size()/2)
{
std::string msg = uFormat("More than 50%% of the cameras (%d/%d) have been filtered for "
"too fast motion and/or blur level. You may adjust the corresponding thresholds.",