"Paint" magic tool can now be one-click or -with-preview, to support
mouse accessibility mode (which introduced issues with tools like 'Flower' and 'Fold' (which show previews) and 'Ripples' (which doesn't involve any dragging)).
This commit is contained in:
parent
868cba5794
commit
0aed8a5a86
6 changed files with 44 additions and 14 deletions
|
|
@ -187,5 +187,5 @@ void ripples_switchout(magic_api * api, int which, int mode, SDL_Surface * canva
|
|||
|
||||
int ripples_modes(magic_api * api, int which)
|
||||
{
|
||||
return(MODE_PAINT);
|
||||
return(MODE_ONECLICK);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue