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:
Paul Davis 2010-01-25 20:34:09 +00:00
parent 10395d2fee
commit 832aa18a81
26 changed files with 289 additions and 194 deletions

View file

@ -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);