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

Eugeniy Meshcheryakov eugen at debian.org
Mon Feb 11 10:41:41 UTC 2008


The following commit has been merged in the master branch:
commit 8f53ef49f9faaceb9c82b62667a28d6200e5fe0d
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Feb 10 23:45:37 2008 +0100

    emit Glyph::outlineChanged when points added/removed

diff --git a/nongui/glyph.cxx b/nongui/glyph.cxx
index a89892b..d7f772f 100644
--- a/nongui/glyph.cxx
+++ b/nongui/glyph.cxx
@@ -64,6 +64,8 @@ void Glyph::appendContour(GlyphContour *contour)
 	m_content << contour;
 
 	connect(contour, SIGNAL(pointChanged(int)), 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()));
 	emit outlineChanged();
 	setChanged();

-- 
Fondue Font Editor



More information about the fondue-commits mailing list