mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add keyfowarding to performance meters window
This commit is contained in:
parent
2344053276
commit
c32c31f215
2 changed files with 12 additions and 0 deletions
|
|
@ -26,8 +26,10 @@
|
|||
|
||||
#include "widgets/tooltips.h"
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "dsp_stats_ui.h"
|
||||
#include "timers.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
|
|
@ -282,3 +284,10 @@ DspStatisticsGUI::update ()
|
|||
ArdourWidgets::set_tooltip (labels[AudioEngine::NTT + Session::OverallProcess], "");
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
DspStatisticsGUI::on_key_press_event (GdkEventKey* ev)
|
||||
{
|
||||
Gtk::Window& main_window (ARDOUR_UI::instance()->main_window());
|
||||
return ARDOUR_UI_UTILS::relay_key_press (ev, &main_window);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue