From 0f203080e87a1a55502ffaa3d442671c9c82a9ed Mon Sep 17 00:00:00 2001 From: moguno Date: Sun, 28 May 2017 15:40:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=9A=E3=83=BC=E3=82=B8=E5=86=85=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=81=8C=E3=81=AF=E3=81=BF=E5=87=BA=E3=81=A6=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B=E5=95=8F=E9=A1=8C=E3=81=AB?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C=20#953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/plugin/gtk/gtk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/gtk/gtk.rb b/core/plugin/gtk/gtk.rb index 33957e97..7fa87ed8 100644 --- a/core/plugin/gtk/gtk.rb +++ b/core/plugin/gtk/gtk.rb @@ -529,7 +529,7 @@ Plugin.create :gtk do # ==== Return # ペイン(Gtk::Notebook) def create_pane(i_pane) - pane = ::Gtk::Notebook.new + pane = ::Gtk::Notebook.new.set_scrollable(true) @slug_dictionary.add(i_pane, pane) pane.ssc('key_press_event'){ |widget, event| Plugin::GUI.keypress(::Gtk::keyname([event.keyval ,event.state]), i_pane) } -- 2.11.0 (Apple Git-81)