From 4e9c5c46933e239c406e56cc0955ced81206346f Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 29 Aug 2012 23:43:20 +0200 Subject: [PATCH] =?UTF-8?q?OakDocumentView=20now=20manage=20gutter?= =?UTF-8?q?=E2=80=99s=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frameworks/OakTextView/src/OakDocumentView.h | 2 + Frameworks/OakTextView/src/OakDocumentView.mm | 41 +++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/Frameworks/OakTextView/src/OakDocumentView.h b/Frameworks/OakTextView/src/OakDocumentView.h index 74315918..4239f6f0 100644 --- a/Frameworks/OakTextView/src/OakDocumentView.h +++ b/Frameworks/OakTextView/src/OakDocumentView.h @@ -25,6 +25,8 @@ PUBLIC @interface OakDocumentView : NSView