summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-20 21:43:37 +0000
committerDavid Robillard <d@drobilla.net>2011-08-20 21:43:37 +0000
commitb44d35c0f062737f434ada8af4ec2499b827c469 (patch)
tree4dc9065f02d4587844ab6c7009fbd366cbf17043 /src/gui/PatchWindow.hpp
parent769fd5a2c60ef39f0af68664b35c99f90b8d715b (diff)
downloadingen-b44d35c0f062737f434ada8af4ec2499b827c469.tar.gz
ingen-b44d35c0f062737f434ada8af4ec2499b827c469.tar.bz2
ingen-b44d35c0f062737f434ada8af4ec2499b827c469.zip
Fix port and node menus
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3439 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 65725e06..4ba9d123 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -149,7 +149,7 @@ private:
Gtk::MenuItem* _menu_help_about;
Gtk::VBox* _vbox;
- Gtk::Viewport* _viewport;
+ Gtk::Alignment* _alignment;
BreadCrumbs* _breadcrumbs;
Gtk::Statusbar* _status_bar;