Compilation and snap with ICU libs

This commit is contained in:
brunoherbelin
2021-01-01 15:41:31 +01:00
parent a1e81b58b1
commit 63369223ca
4 changed files with 4 additions and 4 deletions

View File

@@ -503,7 +503,7 @@ View::Cursor MixingView::grab (Source *s, glm::vec2 from, glm::vec2 to, std::pai
if (s->active()) {
info << "Alpha " << std::fixed << std::setprecision(3) << s->blendingShader()->color.a;
// else if ( Mixer::manager().concealed(s) )
// info << "Stashed";
// info << "Stashed";q
if (s->blendingShader()->color.a > 0.f)
info << " " << ICON_FA_EYE;
else