mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add EditingContext transient-parent
This is in preparation to allow EditNoteDialog, QuantizeDialog etc to be on top of the Pianroll or Editor in question.
This commit is contained in:
parent
f5d1792510
commit
768a6da017
3 changed files with 6 additions and 0 deletions
|
|
@ -455,6 +455,8 @@ protected:
|
|||
virtual void _commit_tempo_map_edit (Temporal::TempoMap::WritableSharedPtr&, bool with_update) = 0;
|
||||
|
||||
std::atomic<int> _suspend_route_redisplay_counter;
|
||||
|
||||
Gtk::Window* transient_parent () { return current_toplevel (); }
|
||||
};
|
||||
|
||||
class DisplaySuspender {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue