Merged buttons 'Grad rectangle' and 'Gradient menu' (issue 107)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@868 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
6
engine.c
6
engine.c
@@ -75,8 +75,7 @@ char * Menu_tooltip[NB_BUTTONS]=
|
||||
"Filled rectangles ",
|
||||
"Empty circles / ellipses",
|
||||
"Filled circles / ellips.",
|
||||
"Grad. rectangles ",
|
||||
"Gradation menu ",
|
||||
"Grad. rect / Grad. menu ",
|
||||
"Grad. spheres / ellipses",
|
||||
"Brush grab. / Restore ",
|
||||
"Lasso / Restore brush ",
|
||||
@@ -372,6 +371,9 @@ void Select_button(int btn_number,byte click)
|
||||
// the unselection of all "Tool" buttons.
|
||||
if (btn_number==BUTTON_ADJUST && click==RIGHT_SIDE)
|
||||
break;
|
||||
// Same case with the Grad. Rectangle button.
|
||||
if (btn_number==BUTTON_GRADRECT && click==RIGHT_SIDE)
|
||||
break;
|
||||
// Pour chaque bouton:
|
||||
for (b=0; b<NB_BUTTONS; b++)
|
||||
// S'il est de la même famille
|
||||
|
||||
Reference in New Issue
Block a user