Fix presets not working after Python refactoring.

This commit is contained in:
2018-07-24 17:29:53 +02:00
parent c924f6f53f
commit 45addee39e

View File

@@ -257,7 +257,7 @@ class PresetMenu(Panel):
bl_space_type = 'PROPERTIES'
bl_region_type = 'HEADER'
bl_label = "Presets"
path_menu: Menu.path_menu
path_menu = Menu.path_menu
@classmethod
def draw_panel_header(cls, layout):