summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-17 18:22:43 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-17 18:22:43 +0000
commit8786d5c9c21322e0cd08488b31ee3b4bed2c68d6 (patch)
treebf24e40a5ae754c21fe47c123d867bb98ff1f1b3 /gtk2_ardour/editor.h
parent7e8e8b4e7289d6b4f677c5aa8d00a0c02cd8f857 (diff)
Fix vertical pane resizing during fullscreen/unfullscreen
(#4119). git-svn-id: svn://localhost/ardour2/branches/3.0@9889 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 19be40b75a..fe3275611b 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -538,6 +538,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::HPaned edit_pane;
Gtk::VPaned editor_summary_pane;
+ bool idle_reset_vertical_pane_position (int);
+
Gtk::EventBox meter_base;
Gtk::HBox meter_box;
Gtk::EventBox marker_base;