From 3ab81ea776839c27c138470e97e30ab78917c59e Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 28 Apr 2012 16:50:51 +0200 Subject: [PATCH] Fix bug that EntryAttributesModel isn't updated on reset. --- src/gui/EntryAttributesModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/EntryAttributesModel.cpp b/src/gui/EntryAttributesModel.cpp index 5af0cf05a..43c26e178 100644 --- a/src/gui/EntryAttributesModel.cpp +++ b/src/gui/EntryAttributesModel.cpp @@ -178,6 +178,7 @@ void EntryAttributesModel::aboutToReset() void EntryAttributesModel::reset() { + updateAttributes(); endResetModel(); }