From 12ca72d0c1fb2b4db114783019517dcde3ef426c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 26 Jan 2007 01:23:36 +0000 Subject: Separated reentrance check into text modification and styling modification flags to allow styling to be performed within a text modification --- src/Document.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index aaa19e493..829ecbd81 100644 --- a/src/Document.h +++ b/src/Document.h @@ -97,7 +97,8 @@ private: char stylingMask; int endStyled; int styleClock; - int enteredCount; + int enteredModification; + int enteredStyling; int enteredReadOnlyCount; WatcherWithUserData *watchers; -- cgit v1.2.3