"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:
William Kendrick 2011-04-26 19:14:16 +00:00
parent 868cba5794
commit 0aed8a5a86
6 changed files with 44 additions and 14 deletions

View file

@ -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);
}