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

Eugeniy Meshcheryakov eugen at debian.org
Mon Aug 27 12:37:46 UTC 2007


The branch, master has been updated
       via  652ae48c9b04cab79af1079933919ebd0f61cad0 (commit)
      from  f2ffc31e8d7f363cf452dff397771261a7c3de79 (commit)


- Shortlog ------------------------------------------------------------
652ae48 last column is (NColumns - 1)

Summary of changes:
 gui/unicodeproxymodel.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 652ae48c9b04cab79af1079933919ebd0f61cad0
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Mon Aug 27 14:37:33 2007 +0200

    last column is (NColumns - 1)

diff --git a/gui/unicodeproxymodel.cxx b/gui/unicodeproxymodel.cxx
index 88c56b2..c4fd18f 100644
--- a/gui/unicodeproxymodel.cxx
+++ b/gui/unicodeproxymodel.cxx
@@ -299,7 +299,7 @@ void UnicodeProxyModel::sourceRowsAboutToBeRemoved(const QModelIndex &parent, in
 		else {
 			fromSourceMap.remove(i);
 			toSourceMap.remove(proxyRow);
-			emit dataChanged(createIndex(proxyRow, 0), createIndex(proxyRow, GlyphsModel::NColumns));
+			emit dataChanged(createIndex(proxyRow, 0), createIndex(proxyRow, GlyphsModel::NColumns - 1));
 		}
 	}
 }

-- 
Fondue Font Editor



More information about the fondue-commits mailing list