From 219b06e34e7b56fb995b9119c26c8dbad8014e0a Mon Sep 17 00:00:00 2001 From: Andres Ortega-Guerrero <34098967+AndresOrtegaGuerrero@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:35:35 +0100 Subject: [PATCH] set fat_bands as true if FatBands was requiered (#1023) --- src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py b/src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py index 779ede098..b5a09d7ae 100644 --- a/src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py +++ b/src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py @@ -310,6 +310,7 @@ def _toggle_projection_controls(self): self.proj_controls.layout.display = ( "flex" if self._model.needs_projections_controls else "none" ) + self._model.project_bands_box = True def _toggle_pdos_options(self): """Plot the options only if the pdos is provided or in case the bands data