summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockpaint.c')
-rw-r--r--apps/plugins/rockpaint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index a0d9b26ec2..09fa2c8c5f 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -1907,6 +1907,7 @@ static void draw_text( int x, int y )
1907 rb->lcd_set_foreground( rp_colors[ drawcolor ] ); 1907 rb->lcd_set_foreground( rp_colors[ drawcolor ] );
1908 buffer_putsxyofs( save_buffer, COLS, ROWS, x, y, 0, 1908 buffer_putsxyofs( save_buffer, COLS, ROWS, x, y, 0,
1909 buffer->text.text ); 1909 buffer->text.text );
1910 /* fallthrough */
1910 case TEXT_MENU_CANCEL: 1911 case TEXT_MENU_CANCEL:
1911 default: 1912 default:
1912 restore_screen(); 1913 restore_screen();