ensure that non-drag track height changes cause a call to Editor::redisplay_track_views()

This commit is contained in:
Paul Davis 2022-04-05 20:50:44 -06:00
parent d01ad0b4d4
commit a3c5db5d51
12 changed files with 28 additions and 16 deletions

View file

@ -78,7 +78,7 @@ public:
~AutomationTimeAxisView();
virtual void set_height (uint32_t, TrackHeightMode m = OnlySelf);
virtual void set_height (uint32_t, TrackHeightMode m = OnlySelf, bool from_idle = false);
void set_samples_per_pixel (double);
std::string name() const { return _name; }
Gdk::Color color () const;