fix handler remove

pull/5/head
Christophe SEUX 2023-04-29 14:49:27 +02:00
parent 0cb0ace891
commit 7f1e2cc0b2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def unregister():
return return
bpy.app.handlers.frame_change_post.remove(set_active_strip) bpy.app.handlers.frame_change_post.remove(set_active_strip)
bpy.app.handlers.frame_change_post.remove(set_active_strip) bpy.app.handlers.frame_change_post.remove(update_text_strips)
for module in reversed(modules): for module in reversed(modules):
module.unregister() module.unregister()