mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix the nostar ruler hiding bug, rejig ruler bars again, this time making them physical_screen_width wide - preventing artefacts while hiding.
git-svn-id: svn://localhost/ardour2/branches/3.0@3912 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f31179a490
commit
e17e94e55f
4 changed files with 39 additions and 20 deletions
|
|
@ -326,6 +326,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue