displaycal-py3
displaycal-py3 copied to clipboard
Weird dropdown under Verification tab should not be visible
Under the Verification tab, I can see an unlabeled "Output profile" dropdown below the "Device link profile" one that should not be visible (as far as I can tell). It's defined here and set to hidden, and I've never seen it on the latest Windows release. Looking at the code, I don't even see a way for it to get set to visible, so I'm kinda confused.
It's the bottom one in this screenshot:
Can you share the whole window, I don't have that option, and I need more data to reproduce it.
It's always there for me no matter what settings I use. Here's what I just did:
- Check out the latest development branch
- Delete the DisplayCAL folder under ~/.config
- Start DisplayCAL with a colorimeter (i1Display) connected
- Switch to the verification tab
- Select a different preset (sRGB) that populates the dropdown so it's easier to see
Screenshot:
The dropdown is also there in release 3.9.6 as installed via the package manager of my OS (Arch Linux).
As I see it is getting enabled here: https://github.com/eoyilmaz/displaycal-py3/blob/main/DisplayCAL/wxReportFrame.py#L864
You can workout the conditions that it is getting enabled and check if it is making sense to see it enabled?