"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

@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: July 8, 2008
Last updated: April 26, 2011
$Id$
*/
@ -604,5 +604,5 @@ void flower_switchout(magic_api * api, int which, int mode, SDL_Surface * canvas
int flower_modes(magic_api * api, int which)
{
return(MODE_PAINT);
return(MODE_PAINT_WITH_PREVIEW);
}