[gtkada] Testgtk/create_color_selection.adb patch proposal.

Emmanuel Briot briot at adacore.com
Tue Sep 4 09:36:54 CEST 2012


> Hello, cosmetic patch but important for displaying color values well aligned:
> 
> --- ./testgtk/create_color_selection.adb.0	2012-05-18 10:03:45.000000000 +0200
> +++ ./testgtk/create_color_selection.adb	2012-08-16 21:27:09.000000000 +0200
> @@ -131,6 +131,7 @@
>       Put (" Blue=" & Guint16'Image (Blue (Color)));
>       Put (" Alpha="
>            & Guint16'Image (Get_Current_Alpha (Get_Colorsel (Dialog))));
> +      New_Line;
>    end Color_Ok;


A similar patch was applied, but by simply replacing the last Put with Put_Line.

Emmanuel


More information about the gtkada mailing list