mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now
git-svn-id: svn://localhost/ardour2/branches/3.0@6561 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
10395d2fee
commit
832aa18a81
26 changed files with 289 additions and 194 deletions
|
|
@ -1019,10 +1019,11 @@ ProcessorBox::compute_processor_sort_keys ()
|
|||
Label label;
|
||||
|
||||
label.set_text (_("\
|
||||
You cannot reorder this set of processors\n\
|
||||
You cannot reorder these plugins/sends/inserts\n\
|
||||
in that way because the inputs and\n\
|
||||
outputs do not work correctly."));
|
||||
outputs will not work correctly."));
|
||||
|
||||
dialog.get_vbox()->set_border_width (12);
|
||||
dialog.get_vbox()->pack_start (label);
|
||||
dialog.add_button (Stock::OK, RESPONSE_ACCEPT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue