mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
prepare saving video-export settings.
* migrate dialog from Editor to UI. * make it a WM proxied window * prepare applying state after construction..
This commit is contained in:
parent
c0411de949
commit
c90400364a
9 changed files with 131 additions and 90 deletions
|
|
@ -994,7 +994,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void toggle_ruler_video (bool onoff) {ruler_video_action->set_active(onoff);}
|
||||
int videotl_bar_height; /* in units of timebar_height; default: 4 */
|
||||
int get_videotl_bar_height () const { return videotl_bar_height; }
|
||||
void export_video (bool range = false);
|
||||
void toggle_region_video_lock ();
|
||||
|
||||
friend class EditorCursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue