displaycal-py3 icon indicating copy to clipboard operation
displaycal-py3 copied to clipboard

Weird dropdown under Verification tab should not be visible

Open ledoge opened this issue 2 years ago • 3 comments

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: 2022-09-11_23-42

ledoge avatar Sep 11 '22 21:09 ledoge

Can you share the whole window, I don't have that option, and I need more data to reproduce it.

eoyilmaz avatar Sep 15 '22 11:09 eoyilmaz

It's always there for me no matter what settings I use. Here's what I just did:

  1. Check out the latest development branch
  2. Delete the DisplayCAL folder under ~/.config
  3. Start DisplayCAL with a colorimeter (i1Display) connected
  4. Switch to the verification tab
  5. Select a different preset (sRGB) that populates the dropdown so it's easier to see

Screenshot:

2022-09-17_15-08

The dropdown is also there in release 3.9.6 as installed via the package manager of my OS (Arch Linux).

ledoge avatar Sep 17 '22 13:09 ledoge

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?

eoyilmaz avatar Oct 13 '22 01:10 eoyilmaz