r15203 by jghali - missing comment in storyeditor.cpp

scribus-commit scribus-commit at lists.scribus.net
Thu Jun 17 00:40:24 CEST 2010


Revision: 15203
Author: jghali
Date: 2010-06-16T22:32:34.404683Z
Commit message: missing comment in storyeditor.cpp

Changeset: 
M  /trunk/Scribus/scribus/ui/storyeditor.cpp

Diffs:
Index: scribus/ui/storyeditor.cpp
===================================================================
--- scribus/ui/storyeditor.cpp	(revision 15202)
+++ scribus/ui/storyeditor.cpp	(revision 15203)
@@ -2888,6 +2888,8 @@
 	}
 #endif
 	Editor->saveItemText(nextItem);
+	// #9180 : force relayout here, it appears that relayout is sometime disabled
+	// to speed up selection, but re layout() cannot be avoided here
 	nextItem->invalidateLayout();
 	nextItem->layout();
 #if 0




More information about the scribus-commit mailing list