]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
padded hidden checkbokes r0-50-30
authorcrutcher <crutcher>
Thu, 5 Jul 2001 22:42:00 +0000 (22:42 +0000)
committercrutcher <crutcher>
Thu, 5 Jul 2001 22:42:00 +0000 (22:42 +0000)
checkboxtree.c
configure.in
newt.spec

index cc8288d07025b0a41fed220032bfb67bad5b1073..2c8df85ccb695eaea0b679ff1b996835302c8d09 100644 (file)
@@ -475,6 +475,7 @@ static void ctDraw(newtComponent co) {
            if (ct->flags & NEWT_CHECKBOXTREE_HIDE_BOX) {
                if ((*item)->selected)
                    SLsmg_set_color(NEWT_COLORSET_ACTLISTBOX);
+               SLsmg_write_string("    ");
            } else {
                char tmp[5];
                snprintf(tmp,5,"[%c] ",ct->seq[(*item)->selected]);
index 8c2e29b765390eaf7c69295f79217106632d5205..89255e74a22995574d8d28ba815157145504f3e9 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h)
 
 VERSION=$(awk '/^%define version/ {print $3}' newt.spec)
 
-VERSION=0.50.29
+VERSION=0.50.30
 SONAME=0.50
 AC_SUBST(VERSION)
 AC_SUBST(SONAME)
index c7a06cdabbfeb20a265425794f200dca2c217515..0a3572372510996418e151c2ae46f2948d6775a5 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -1,6 +1,6 @@
 Summary: A development library for text mode user interfaces.
 Name: newt
-%define version 0.50.29
+%define version 0.50.30
 Version: %{version}
 Release: 1
 Copyright: LGPL
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
+- padded hidden checkboxes on CheckboxTrees
+
 * Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
 - taught CheckboxTrees about width. Whohoo! 2-D!!!