mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
PropertyBoxen: move selection-properties into the sidebar
This commit is contained in:
parent
50aa2c490d
commit
1e38797efc
2 changed files with 9 additions and 7 deletions
|
|
@ -142,6 +142,7 @@ class RegionPeakCursor;
|
|||
class RhythmFerret;
|
||||
class RulerDialog;
|
||||
class Selection;
|
||||
class SelectionPropertiesBox;
|
||||
class SoundFileOmega;
|
||||
class StreamView;
|
||||
class GridLines;
|
||||
|
|
@ -637,7 +638,7 @@ private:
|
|||
// to keep track of the playhead position for control_scroll
|
||||
boost::optional<samplepos_t> _control_scroll_target;
|
||||
|
||||
TimeInfoBox* _time_info_box;
|
||||
SelectionPropertiesBox* _properties_box;
|
||||
|
||||
typedef std::pair<TimeAxisView*,XMLNode*> TAVState;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue