Skip to content

Commit

Permalink
Merge pull request #428 from eoyilmaz/345-bug-in-source-profile-selec…
Browse files Browse the repository at this point in the history
…tion-in-advanced-gamut-options-dialog

[#345] Fixed #345.
  • Loading branch information
eoyilmaz authored Oct 15, 2024
2 parents 892f0f2 + a1caceb commit 8903be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisplayCAL/display_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ def gamap_profile_handler(self, event=None):
src_viewcond = getcfg("gamap_src_viewcond")
if event and (
(
src_viewcond in [None].extend(self.viewconds_out_nondisplay)
src_viewcond in ([None] + self.viewconds_out_nondisplay)
and profile.profileClass in (b"mntr", b"spac")
)
or (
Expand Down

0 comments on commit 8903be9

Please sign in to comment.