diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/fractals/fractal.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.c b/apps/plugins/fractals/fractal.c index 41c06d36ab..6610210d61 100644 --- a/apps/plugins/fractals/fractal.c +++ b/apps/plugins/fractals/fractal.c @@ -76,6 +76,9 @@ static int button_yield(void *ctx) #ifdef FRACTAL_ZOOM_IN_PRE case FRACTAL_ZOOM_IN_PRE: #endif +#ifdef FRACTAL_ZOOM_OUT_PRE + case FRACTAL_ZOOM_OUT_PRE: +#endif return 1; default: *button = BUTTON_NONE; |