FEM: Update color bar when switching postprocessing frames. Fixes #22284

This commit is contained in:
Stefan Tröger
2025-08-19 17:42:20 +02:00
parent c9ca852ad0
commit 7cd161f066

View File

@@ -153,7 +153,7 @@ void ViewProviderFemPostPipeline::updateColorBars()
}
// if pipeline is visible, update it
if (this->isVisible()) {
if (this->Visibility.getValue()) {
updateMaterial();
}
}