benjie-git / CardStock

CardStock is a cross-platform tool for quickly and easily building programs. It provides a drawing-program-like editor for visually laying out your programs' parts, and a code editor for adding event-driven python code.
Mozilla Public License 2.0
249 stars 9 forks source link

FEATURE REQUEST: Color picker #21

Open everythingability opened 2 days ago

everythingability commented 2 days ago

Hi,

when you are setting say the fill color of a rect, the result of your choice is only shown after you have closed the windoid.

I'd much prefer it if it updated on every mouseup... so I can preview what pink looks like with 50% opacity say...

benjie-git commented 2 days ago

This works as described on the web version, but sadly the wxPython color picker does not tell me the current color until the user closes the picker. I've tried a few workarounds, to no avail.