From f7673a44ecb497f9d9496bb5a3b2217b8a9fe74c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 17:41:24 +1200 Subject: Fixed minor source formatting errors --- project/templates/fltkada.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project/templates/fltkada.html') diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index 2d7185b..f7f88a6 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -88,7 +88,8 @@ intended use is to declare FLTK objects on the stack. Allocation and deallocatio internals is handled automatically.

A few other minor changes were involved, such as requiring widgets to be explicitly added to a -group rather than implicitly being added to the last group not yet ended. At the moment the package specifications should provide sufficient information to allow programmers to work with the library. +group rather than implicitly being added to the last group not yet ended. At the moment the package +specifications should provide sufficient information to allow programmers to work with the library.

{% endblock %} -- cgit