summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-01 05:07:53 +0000
committerDavid Robillard <d@drobilla.net>2011-10-01 05:07:53 +0000
commit0b5e66d26f571cadd9ca8329fb4ff1ac6baf4989 (patch)
tree4ba3ea1d0e4e40e3b9d01a3a2f7768f20a3e220d /src/gui/PatchWindow.hpp
parenta55d08e0d1af511e5b4e2d9a8c3be1822fff840c (diff)
downloadingen-0b5e66d26f571cadd9ca8329fb4ff1ac6baf4989.tar.gz
ingen-0b5e66d26f571cadd9ca8329fb4ff1ac6baf4989.tar.bz2
ingen-0b5e66d26f571cadd9ca8329fb4ff1ac6baf4989.zip
Support scrolling in HTML view.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3517 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 41dd91f8..2223df70 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -154,9 +154,9 @@ private:
BreadCrumbs* _breadcrumbs;
Gtk::Statusbar* _status_bar;
- Gtk::HPaned* _doc_paned;
- Gtk::Viewport* _doc_viewport;
- Gtk::TextView* _doc_textview;
+ Gtk::HPaned* _doc_paned;
+ Gtk::ScrolledWindow* _doc_scrolledwindow;
+ Gtk::TextView* _doc_textview;
sigc::connection _entered_connection;
sigc::connection _left_connection;