Fix incorrect UI list ID in mathvis addon

Error in 2896210678
This commit is contained in:
Campbell Barton 2020-04-06 22:29:18 +10:00
parent 0ff5fc34e3
commit abfbf6e0ff
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class PanelConsoleVars(Panel):
col.label(text="No vars to display")
else:
layout.template_list(
'MathVisVarList',
MathVisVarList.bl_idname,
'MathVisStatePropList',
bpy.context.window_manager,
'MathVisStatePropList',