ch-sa / labelCloud

A lightweight tool for labeling 3D bounding boxes in point clouds.

Home Page:https://ch-sa.github.io/labelCloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The text in GUI is not visible in dark mode in Mac OS.

chingyulin opened this issue · comments

Describe the bug
The text in GUI is not visible in dark mode in Mac OS.

To Reproduce
Steps to reproduce the behavior:

  1. Go to System Preference
  2. Click on General
  3. In Appearance, click Dark
  4. See error in the labelCloud GUI

Expected behavior
The text should be visible in dark mode.

Screenshots
image
Desktop (please complete the following information):

  • macOs Monterey 12.5
  • Python 3.8.9

Additional context
Add any other context about the problem here.

Oh, seems like they just overwrite the default font color with white. I am surprised they do that without (to my knowledge) the app stating it supports dark mode.

I would try to set the default color explicitly to black for all elements and see if that helps.

Correctly supporting dark mode would than be a new feature.

Thanks for raising the issue.

Hi @chingyulin,

I added a branch with the above described fix:
sager/fix-max-darkmode

Could you install and try it, cause I don't have access to a Mac right now...

Thanks for the quick response and attempt. Unfortunately, the bug still persists with the fix. :(

  • This bug is not blocking me tho as it works with light mode.

To bad.

I am not sure how MacOS is applying the styles. But apparently overwriting them on the app level doesn't help.

Maybe you can have a look if you find some time cause it's easier to test for you.

Sure, it makes sense that I check it. Just so you and others know, I'll prioritize the segmentation feature for now unless more users complain about this.

I have this problem too, is this already fixed?