From b699c67f4dbf9043077a00c70c9b128c5c4d22b7 Mon Sep 17 00:00:00 2001 From: fredrik Date: Sat, 21 Apr 2007 02:17:29 +0000 Subject: [PATCH] Fix alignment creation bug. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@956 959494ce-11ee-0310-bf91-de5d638817bd --- common/makegdesc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/makegdesc b/common/makegdesc index 99a8314..f1df250 100755 --- a/common/makegdesc +++ b/common/makegdesc @@ -224,16 +224,19 @@ sub printwidgets } else { print "0.5"; } + print ", "; if(defined($widget->{"ya"})) { print $widget->{"ya"}; } else { print "0.5"; } + print ", "; if(defined($widget->{"xs"})) { print $widget->{"xs"}; } else { print "1.0"; } + print ", "; if(defined($widget->{"ys"})) { print $widget->{"ys"}; } else { -- 2.11.0