From 85142cb257501959d5d0e9c5a564c37855561cc0 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 3 Apr 2016 09:19:42 +0200 Subject: [PATCH] Fixes #176 --- src/notebook.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/notebook.cc b/src/notebook.cc index 82361fa..690dc8b 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -43,6 +43,8 @@ Notebook::TabLabel::TabLabel(const boost::filesystem::path &path) : Gtk::Box(Gtk Notebook::Notebook() : Gtk::Notebook(), last_index(-1) { Gsv::init(); + set_scrollable(); + auto provider = Gtk::CssProvider::create(); //GtkNotebook-tab-overlap got removed in gtk 3.20, and border-radius with set_junction_sides stopped working #if GTK_VERSION_GE(3, 20)