From 6d3e227726ab559686fdf97d8eee798fa25125b0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 19 Sep 2002 01:59:37 +0000 Subject: Added mthod to turn off vertical scroll bar. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 800630bbb..3d99676ae 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -201,6 +201,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret bool horizontalScrollBarVisible; int scrollWidth; + bool verticalScrollBarVisible; bool endAtLastLine; Surface *pixmapLine; -- cgit v1.2.3