add missing break statement (see commit eba26aaa )

eba26aaa96
This commit is contained in:
Thomas Bernard 2018-11-06 18:05:08 +01:00
parent b05cee4d0d
commit 5ac8811dbe
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -2728,6 +2728,7 @@ void Button_Gradients(int btn)
// On affiche la nouvelle preview
Draw_gradient_preview(8,128,108,14,Current_gradient);
Display_cursor();
break;
case 8 : // Speed
Main.backups->Pages->Gradients->Range[Current_gradient].Speed=Window_attribute2;
Num2str(Main.backups->Pages->Gradients->Range[Current_gradient].Speed,str,3);