mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Clean up Session's _current_trans when aborting a drag.
This commit is contained in:
parent
f9b2587458
commit
ff13ac8b4f
6 changed files with 24 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi
|
|||
virtual void commit_reversible_selection_op () = 0;
|
||||
virtual void begin_reversible_command (std::string cmd_name) = 0;
|
||||
virtual void begin_reversible_command (GQuark) = 0;
|
||||
virtual void abort_reversible_command () = 0;
|
||||
virtual void commit_reversible_command () = 0;
|
||||
|
||||
virtual MouseCursors const * cursors () const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue