From fe39150e12fb78d22d9a993f3b3549652e04e2c5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 20 Feb 2004 09:05:24 +0000 Subject: Patch from John Ehresman to fix sizing problems when Scintilla embedded in a notebook. --- gtk/ScintillaGTK.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index e209a15ab..8c2f5c6ea 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -454,6 +454,7 @@ void ScintillaGTK::MapThis() { wMain.SetCursor(Window::cursorArrow); scrollbarv.SetCursor(Window::cursorArrow); scrollbarh.SetCursor(Window::cursorArrow); + ChangeSize(); gdk_window_show(PWidget(wMain)->window); } -- cgit v1.2.3