mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
ensure that non-drag track height changes cause a call to Editor::redisplay_track_views()
This commit is contained in:
parent
d01ad0b4d4
commit
a3c5db5d51
12 changed files with 28 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue