Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 2, 2024
1 parent 647b547 commit 7dbbfdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/screencast_keys/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1499,9 +1499,9 @@ def check_draw_status(cls, context, font_id, layer_name, calc_fn,
if region_drawn:
cls.draw_regions_prev.add(region.as_pointer())

# extensions.blender.org: Delete block start
@staticmethod
def do_auto_save_before_v41():
# extensions.blender.org: Delete block start
do_auto_save = False
for w in bpy.context.window_manager.windows:
window = cast(
Expand All @@ -1524,7 +1524,8 @@ def do_auto_save_before_v41():
handler_ptr = cast(
handler.next, POINTER(cstruct.wmEventHandler))
return do_auto_save
# extensions.blender.org: Delete block end
# extensions.blender.org: Delete block end
return None

@staticmethod
def do_auto_save_after_v42():
Expand Down

0 comments on commit 7dbbfdd

Please sign in to comment.