@b4n commented on this pull request.
/* necessary to set it to TRUE for project session support */ main_status.opening_session_files++;
- i = file_prefs.tab_order_ltr ? 0 : (session_files->len - 1); - while (TRUE) + file_prefs.tab_order_beside = FALSE; + file_prefs.tab_order_ltr = TRUE;
Yeah it required a bit of refactoring, because the previous code was a mess…
@elextr @eht16 @techee are you happy with this, and can you give this a new spin?