[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 9d36913125a255da10ad1eb065d0cd2aa2ca7254
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Feb 10 23:47:25 2008 +0100

    call update() from updateGeometry() to redraw glyph when points were added/removed

diff --git a/gui/glyphitem.cxx b/gui/glyphitem.cxx
index fee3635..000127a 100644
--- a/gui/glyphitem.cxx
+++ b/gui/glyphitem.cxx
@@ -31,6 +31,7 @@ void GlyphItemBase::updateGeometry()
 {
 	prepareGeometryChange();
 	calculateBoundingRect();
+	update();
 }
 
 void GlyphItemBase::calculateBoundingRect()

-- 
Fondue Font Editor



More information about the fondue-commits mailing list