Skip to content

Commit

Permalink
Merge pull request #4143 from Bforartists/4139-properties-editor-ligh…
Browse files Browse the repository at this point in the history
…t-object-data-properties-close-the-open-subtabs

fix 4139-properties-editor-light-object-data-properties-close-the-ope…
  • Loading branch information
Draise14 committed Mar 20, 2024
2 parents be7a5cd + 12553fd commit c2266ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/startup/bl_ui/properties_data_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def draw(self, context):
class DATA_PT_spot(DataButtonsPanel, Panel):
bl_label = "Spot Shape"
bl_parent_id = "DATA_PT_EEVEE_light"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {
'BLENDER_RENDER',
'BLENDER_EEVEE_NEXT',
Expand Down

0 comments on commit c2266ad

Please sign in to comment.