Skip to content

Commit

Permalink
add title_position to title_auto_fc
Browse files Browse the repository at this point in the history
  • Loading branch information
nachifur committed Feb 21, 2025
1 parent 6ba0cdc commit d965208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mulimgviewer/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ def parallel_to_sequential_fc(self, event):

def title_auto_fc(self, event):
titles = [self.title_down_up, self.title_show_parent,
self.title_show_name, self.title_show_suffix, self.title_show_prefix, self.title_exif]
self.title_show_name, self.title_show_suffix, self.title_show_prefix, self.title_position, self.title_exif]
if self.title_auto.Value:
for title in titles:
title.Enabled = False
Expand Down

0 comments on commit d965208

Please sign in to comment.