L: always arrange left->btm to match existing docs
This commit is contained in:
parent
decc9c1d19
commit
5aff7bfaeb
@ -34,6 +34,7 @@
|
||||
|
||||
#include "ardour/bundle.h"
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/profile.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/route.h"
|
||||
#include "ardour/audioengine.h"
|
||||
@ -347,7 +348,7 @@ PortMatrix::select_arrangement ()
|
||||
should choose where to put ports based on signal flowing from _ports[0]
|
||||
to _ports[1] */
|
||||
|
||||
if (N[0] > N[1]) {
|
||||
if ( Profile->get_livetrax() || (N[0] > N[1])) {
|
||||
|
||||
_row_index = 0;
|
||||
_column_index = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user