mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 06:14:25 +08:00
The behavior of Color Picker (dropper) tool was incompatible with Windows. JIRA issue: CORE-19466 - On TOOL_COLOR, when mouse was pressed or moved, send WM_TOOLSMODELCOLORPICKED message with color value to the tools settings window. - In the tools settings window, display the picked color. - Don't apply to the current color until mouse up. Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>