From 8d9dcf3e5be8a151ea79b6092c8f9bf1f9a2acb1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 29 Jun 2005 02:44:39 +0000 Subject: Prevent reentance of styling which could occur when a styler added a fold point and this caused a search for subordinate lines which then tried to style further. --- src/ScintillaBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 631e3e05d..cb85b55b5 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -40,6 +40,8 @@ protected: SString listSelected; ///< Receives listbox selected string int maxListWidth; /// Maximum width of list, in average character widths + bool performingStyle; ///< Prevent reentrance + #ifdef SCI_LEXER int lexLanguage; const LexerModule *lexCurrent; -- cgit v1.2.3