OpenShot / openshot-qt

OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.
http://www.openshot.org
Other
4.37k stars 548 forks source link

Fixing #5616 - NEEDS LOCAL TESTING - (Read description) - ColorPicker Select Screen Color #5619

Open kaihilbourne opened 2 months ago

kaihilbourne commented 2 months ago

The fix is simple, and removes the DontUseNativeDialog option from the color_picker.py file. This results in the program using the native pop-up color picker. I am running Ubuntu 24.04.1 and the colorpicker looks like this: image Once you press the + button, the pop-up changes to one where you can use the eyedropper tool. image

I have a feeling that using the native pop-up color picker might not be the most desirable solution, but it does work better than the current option.