pothosware / PothosFlow

GUI frontend and designer tool for the Pothos framework
https://github.com/pothosware/PothosFlowi/wiki
Boost Software License 1.0
71 stars 27 forks source link

enable dark mode on MacOS Mojave #171

Closed ra1nb0w closed 5 years ago

ra1nb0w commented 5 years ago

CMake’s default Info.plist, tested on 3.13.3, is lacking the NSPrincipalClass key which enable dark mode on macos mojave. Unfortunately, the only way that I know is to create a new template file.

Signed-off-by: Davide rainbow Gerhard rainbow@irh.it

ra1nb0w commented 5 years ago

enabling high-DPI produce high cpu when in idle and graph editor is populated. If you put the program in background the cpu goes to ~0%. I am trying to investigate why.

guruofquality commented 5 years ago

Is this ready, should I merge this?

ra1nb0w commented 5 years ago

No. I don't found where the high cpu arise; for example qt-creator works flawless.