Minor formatting fixes

This commit is contained in:
David Capello 2024-06-25 11:08:17 -03:00
parent ffc3684b1b
commit c61a5c9a01
2 changed files with 3 additions and 2 deletions

View File

@ -446,7 +446,8 @@ private:
mode()->setEnabled(!m_layer->isBackground()); mode()->setEnabled(!m_layer->isBackground());
opacity()->setValue(m_layer->opacity()); opacity()->setValue(m_layer->opacity());
opacity()->setEnabled(!m_layer->isBackground()); opacity()->setEnabled(!m_layer->isBackground());
} else { }
else {
mode()->setEnabled(false); mode()->setEnabled(false);
opacity()->setEnabled(false); opacity()->setEnabled(false);
} }

View File

@ -110,7 +110,7 @@ void ShaderRenderer::setNewBlendMethod(const bool newBlend)
// TODO impl // TODO impl
} }
void ShaderRenderer::setComposeGroups(const bool m_composeGroups) void ShaderRenderer::setComposeGroups(const bool composeGroups)
{ {
// TODO impl // TODO impl
} }