mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
[Summary] Fix bug 44829: Enter button blocks Preference window. Deleted unused variable and function.
[Reviewed] VKamyshniy
This commit is contained in:
parent
fc5d97edc2
commit
f91d87541f
3 changed files with 33 additions and 24 deletions
|
|
@ -55,7 +55,6 @@
|
|||
void save_pre_record_buffer();
|
||||
void on_ok(WavesButton*);
|
||||
void on_cancel(WavesButton*);
|
||||
void on_apply(WavesButton*);
|
||||
void update_configs();
|
||||
void update_session_config();
|
||||
void on_capture_active_changed (DeviceConnectionControl* capture_control, bool active);
|
||||
|
|
@ -119,6 +118,10 @@
|
|||
void on_mtc_input_changed (const std::string&);
|
||||
void on_device_error ();
|
||||
|
||||
bool on_key_press_event (GdkEventKey*);
|
||||
void accept ();
|
||||
void reject ();
|
||||
|
||||
// Merged ARDOUR's preferences
|
||||
void display_waveform_shape ();
|
||||
void display_meter_hold ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue