PropertyBoxen: move selection-properties into the sidebar

This commit is contained in:
Ben Loftis 2021-11-29 17:30:50 -06:00
parent 50aa2c490d
commit 1e38797efc
2 changed files with 9 additions and 7 deletions

View file

@ -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;