doc: comment ui draw()

This commit is contained in:
Fabian 2021-06-08 14:58:57 +02:00
parent 209062af4f
commit f7c4f5d1fe

View File

@ -85,7 +85,7 @@ class SESSION_PT_settings(bpy.types.Panel):
else:
layout.label(text=f"Session - v{__version__}",icon="PROP_OFF")
def draw(self, context):
def draw(self, context): # com
layout = self.layout
row = layout.row()
runtime_settings = context.window_manager.session