mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
video-export dialog: allow keyboard navigation
This commit is contained in:
parent
933e9c2919
commit
15f57d01cf
2 changed files with 20 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ class ExportVideoDialog : public ArdourDialog , public PBD::ScopedConnectionList
|
|||
void encode_pass (int);
|
||||
void change_file_extension (std::string);
|
||||
|
||||
bool on_focus_in_event (GdkEventFocus*);
|
||||
bool on_focus_out_event (GdkEventFocus*);
|
||||
|
||||
void open_outfn_dialog ();
|
||||
void open_invid_dialog ();
|
||||
void scale_checkbox_toggled ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue