13
0
Fork 0

L: smart mode on by default

This commit is contained in:
Paul Davis 2024-05-18 12:26:20 -06:00
parent 05561d80e7
commit ae5d054188
1 changed files with 1 additions and 1 deletions

View File

@ -2706,7 +2706,7 @@ Editor::set_state (const XMLNode& node, int version)
reset_y_origin (y_origin);
}
yn = false;
yn = Profile->get_livetrax() ? true : false;
node.get_property ("join-object-range", yn);
{
/* do it twice to force the change */