Skip to content

Commit

Permalink
set fat_bands as true if FatBands was requiered (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero authored Dec 23, 2024
1 parent 802bca8 commit 219b06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiidalab_qe/common/bands_pdos/bandpdoswidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 219b06e

Please sign in to comment.