mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Transfer slot_prop_box to selection_properties_box
This commit is contained in:
parent
4c5284737d
commit
fcae7c7bb5
4 changed files with 32 additions and 14 deletions
|
|
@ -35,6 +35,7 @@ class TimeInfoBox;
|
|||
class RegionEditor;
|
||||
class RegionFxPropertiesBox;
|
||||
class RoutePropertiesBox;
|
||||
class SlotPropertiesBox;
|
||||
|
||||
class SelectionPropertiesBox : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
|
|
@ -52,6 +53,7 @@ private:
|
|||
|
||||
TimeInfoBox* _time_info_box;
|
||||
RoutePropertiesBox* _route_prop_box;
|
||||
SlotPropertiesBox* _slot_prop_box;
|
||||
Gtk::HBox _region_editor_box;
|
||||
RegionEditor* _region_editor;
|
||||
RegionFxPropertiesBox* _region_fx_box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue