mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use CoreSelection for track selection
This commit is contained in:
parent
0c035778e1
commit
dc0139d4af
33 changed files with 683 additions and 536 deletions
|
|
@ -27,17 +27,19 @@
|
|||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/convert.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include <gtkmm2ext/utils.h>
|
||||
#include <gtkmm2ext/selector.h>
|
||||
#include <gtkmm2ext/gtk_ui.h>
|
||||
|
||||
#include "ardour/selection.h"
|
||||
|
||||
#include "public_editor.h"
|
||||
#include "ardour_ui.h"
|
||||
#include "gui_object.h"
|
||||
#include "axis_view.h"
|
||||
#include "utils.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Gtk;
|
||||
|
|
@ -131,10 +133,4 @@ AxisView::set_selected (bool yn)
|
|||
}
|
||||
|
||||
Selectable::set_selected (yn);
|
||||
|
||||
boost::shared_ptr<Stripable> s = stripable ();
|
||||
|
||||
if (s) {
|
||||
s->presentation_info().set_selected (yn);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue