From 45ead08dae81db18e0bf12dc84e39f913d23550d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Apr 2000 13:26:25 +0000 Subject: Removed PropSet from Accessor interface. Indenting and horizontal scroll bar messages. Fixed undo grouping bug. Vertical scrolling can be performed with Ctrl+ arrows --- src/LexSQL.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexSQL.cxx') diff --git a/src/LexSQL.cxx b/src/LexSQL.cxx index d7bcd81cf..83a22687e 100644 --- a/src/LexSQL.cxx +++ b/src/LexSQL.cxx @@ -41,7 +41,7 @@ static void ColouriseSQLDoc(unsigned int startPos, int length, styler.StartAt(startPos); - bool fold = styler.GetPropSet().GetInt("fold"); + bool fold = styler.GetPropertyInt("fold"); int lineCurrent = styler.GetLine(startPos); int spaceFlags = 0; -- cgit v1.2.3