From 1d71a0759f2561c122411c670681dbd40b4ebbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nic=20Soud=C3=A9e?= Date: Tue, 26 Jun 2018 13:18:07 -0400 Subject: [PATCH] Restore original shortcuts of Flip, X-Flip. --- src/palette.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/palette.c b/src/palette.c index 6c003742..0efb46d2 100644 --- a/src/palette.c +++ b/src/palette.c @@ -1229,8 +1229,8 @@ void Button_Palette(int btn) Window_set_repeatable_button(BUTTON_MINUS_X,BUTTON_MINUS_Y,12,11,"-",0,1,SDLK_KP_MINUS); // 18 Window_set_normal_button(C1_X,L3,C1_W,14,"Neg" ,1,1,SDLK_n); // 19 - Window_set_normal_button(C1_X,L2,C1_W,14,"Flip" ,3,1,SDLK_i); // 20 - Window_set_normal_button(C2_X,L2,C2_W,14,"X-Flip" ,0,1,SDLK_v); // 21 + Window_set_normal_button(C1_X,L2,C1_W,14,"Flip" ,1,1,SDLK_f); // 20 + Window_set_normal_button(C2_X,L2,C2_W,14,"X-Flip" ,5,1,SDLK_i); // 21 // Button without outline (RGB/HSL switch) Window_set_normal_button(NUMERIC_BOX_X,14,81,11,"" ,0,1,SDLK_h); // 22