summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2008-10-10 21:38:38 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2008-10-10 21:38:38 +0000
commitff52fa56022aed33d8cc80511c2f5a5f4317d200 (patch)
treeefa70cbea57de1fa8ce53de885b951230ea91017 /gtk2_ardour/editor.h
parent7ac8c745ed09a6257f06202d746d37fe333954c0 (diff)
Don't set colours twice in new TimeAxisViewItems (from 3.0), fix the nostar ruler hiding bug, rejig ruler bars again, this time making them physical_screen_width wide and never moving them - preventing artefacts while hiding.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3910 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 2f036ca1f6..014f0d5da2 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -316,6 +316,9 @@ class Editor : public PublicEditor
void toggle_measure_visibility ();
void toggle_logo_visibility ();
+ double physical_screen_width;
+ double physical_screen_height;
+
/* SMPTE timecode & video sync */
void smpte_fps_chosen (ARDOUR::SmpteFormat format);