From 10cf4beef4d7293d6d382fe4b3216da48fa87fa1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 25 Sep 2010 18:02:59 +1000 Subject: Optimization of line layout by minimizing calls in Editor::LayoutLine and avoiding case force processing unless at least one style uses a case force option. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 22e365b02..cd6dc1a28 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -106,6 +106,7 @@ public: int caretStyle; int caretWidth; bool someStylesProtected; + bool someStylesForceCase; int extraFontFlag; int extraAscent; int extraDescent; -- cgit v1.2.3