mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -550,6 +550,8 @@ public:
|
|||
|
||||
virtual bool should_ripple () const = 0;
|
||||
|
||||
virtual void queue_redisplay_track_views () = 0;
|
||||
|
||||
/// Singleton instance, set up by Editor::Editor()
|
||||
|
||||
static PublicEditor* _instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue