mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use moved version of reset_focus()
This commit is contained in:
parent
8bef7623eb
commit
73fe0e4b97
1 changed files with 2 additions and 1 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#include "ardour/types.h"
|
||||
|
||||
#include "actions.h"
|
||||
#include "ardour_ui.h"
|
||||
#include "editor.h"
|
||||
#include "time_axis_view.h"
|
||||
#include "audio_time_axis.h"
|
||||
|
|
@ -2510,7 +2511,7 @@ Editor::escape ()
|
|||
selection->clear ();
|
||||
}
|
||||
|
||||
reset_focus (&contents());
|
||||
ARDOUR_UI::instance()->reset_focus (&contents());
|
||||
}
|
||||
|
||||
/** Update _join_object_range_state which indicate whether we are over the top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue