[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 8421a8499180144f1980fbff2a44fee85e0887ba

Eugeniy Meshcheryakov eugen at debian.org
Tue Sep 30 13:59:39 UTC 2008


The following commit has been merged in the master branch:
commit 8bc7a77af46adc20f3ae020c61984ae7a43d1ca8
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Sep 30 15:58:36 2008 +0200

    emit Glyph change signal when contour becomes open/closed

diff --git a/nongui/glyph.cxx b/nongui/glyph.cxx
index 9cc9f32..08915c6 100644
--- a/nongui/glyph.cxx
+++ b/nongui/glyph.cxx
@@ -75,6 +75,7 @@ void Glyph::appendContour(GlyphContour *contour)
 	m_content << contour;
 
 	connect(contour, SIGNAL(pointChanged(int)), this, SLOT(contourPointChanged()));
+	connect(contour, SIGNAL(opennessChanged()), this, SLOT(contourPointChanged()));
 	connect(contour, SIGNAL(pointsAdded(int, int)), this, SLOT(contourPointChanged()));
 	connect(contour, SIGNAL(pointsRemoved(int, int)), this, SLOT(contourPointChanged()));
 	connect(contour, SIGNAL(contourBecomeEmpty()), this, SLOT(contourBecomeEmpty()));

-- 
Fondue Font Editor



More information about the fondue-commits mailing list