summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
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;