mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
first pass on track mode switch; fixes to dangling region refs after capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion
git-svn-id: svn://localhost/ardour2/trunk@1099 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f7ccc404b3
commit
0c4c6e031a
38 changed files with 479 additions and 149 deletions
|
|
@ -423,6 +423,7 @@ BarController::switch_to_spinner ()
|
|||
remove ();
|
||||
add (spinner);
|
||||
spinner.show ();
|
||||
spinner.select_region (0, spinner.get_text_length());
|
||||
spinner.grab_focus ();
|
||||
|
||||
switching = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue