Fix unnecessary decorators showing in compositor sidebar

This commit is contained in:
Brecht Van Lommel 2019-05-24 13:01:06 +02:00
parent 1fdea49fcc
commit 419434a1ad
1 changed files with 2 additions and 0 deletions

View File

@ -573,6 +573,7 @@ class NODE_PT_backdrop(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
snode = context.space_data
layout.active = snode.show_backdrop
@ -604,6 +605,7 @@ class NODE_PT_quality(bpy.types.Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
snode = context.space_data
tree = snode.node_tree