Revert "doc: comment ui draw()"

This reverts commit f7c4f5d1fe.
This commit is contained in:
Fabian 2021-06-08 15:02:53 +02:00
parent 3e41b18af1
commit b6a8a2ec01

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): # com
def draw(self, context):
layout = self.layout
row = layout.row()
runtime_settings = context.window_manager.session