From c594be7a5fa51bce3e4201f109ecc471b90f2409 Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Tue, 15 May 2012 13:03:45 +0200 Subject: [PATCH] scrolling bar in codeView --- jni/appl/Gui/CodeView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/appl/Gui/CodeView.cpp b/jni/appl/Gui/CodeView.cpp index ede7dce..46fdb37 100644 --- a/jni/appl/Gui/CodeView.cpp +++ b/jni/appl/Gui/CodeView.cpp @@ -157,6 +157,7 @@ void CodeView::OnDraw(void) m_OObjectTextBold[ m_currentDrawId].Draw(); m_OObjectTextItalic[ m_currentDrawId].Draw(); m_OObjectTextBoldItalic[m_currentDrawId].Draw(); + WidgetScrooled::OnDraw(); } void CodeView::OnRegenerateDisplay(void)