Fix: Inconsistent input drag color pick in Circle HSV input #112048

Open
Guillermo Venegas wants to merge 8 commits from guishe/blender:fix-mouse-drag-edit-circle-hsv into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb99cd9f9b - Show all commits

View File

@ -6803,7 +6803,7 @@ static bool ui_numedit_but_HSVCIRCLE(uiBut *but,
ColorPicker *cpicker = static_cast<ColorPicker *>(but->custom_data);
float *hsv = cpicker->hsv_perceptual;
/* If `use_continuous_grab = false` stores the absolute mouse position of the mouse.
/* If `use_continuous_grab = false` stores the absolute mouse position.
* If `use_continuous_grab = true` stores relative mouse position within the `HSVCIRCLE`, this
* position will depend on mouse movement rather than the absolute mouse position.
*/