summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-04 22:37:52 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-04 22:37:52 +0000
commita4203e01ac071b081e848f7e4c9ebea20c2194d7 (patch)
treeb8aa9106bbb9392c1ad26bef0ec2fc7616f89b72 /gtk2_ardour/port_matrix.h
parenta1c28e4535ac2461a32ee16ede600733d3715382 (diff)
Some tweaks to fix bug with the tab handling when rescanning or when ports disappear.
git-svn-id: svn://localhost/ardour2/branches/3.0@6287 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 278b5a7ced..78914f0c25 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -203,7 +203,7 @@ private:
int _min_height_divisor;
bool _show_only_bundles;
bool _inhibit_toggle_show_only_bundles;
- bool _in_setup_notebooks;
+ bool _ignore_notebook_page_selected;
};
#endif