Skip to content

Commit 6e795ad

Browse files
imageview.py: add debug
1 parent a23fb7c commit 6e795ad

File tree

1 file changed

+1
-0
lines changed
  • internal_filesystem/apps/com.micropythonos.imageview/assets

1 file changed

+1
-0
lines changed

internal_filesystem/apps/com.micropythonos.imageview/assets/imageview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def show_next_image_if_fullscreen(self, event=None):
167167
def unfocus(self):
168168
group = lv.group_get_default()
169169
if not group:
170+
print("WARNING: imageview.py could not get default focus group")
170171
return
171172
print("got focus group")
172173
# group.focus_obj(self.play_button) would be better but appears missing?!

0 commit comments

Comments
 (0)