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

Yes, `notebook_new_tab()`.  Call chain is `open_session_file() → 
document_open_file_full() → document_create() → notebook_new_tab()`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3611#discussion_r1364463855
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3611/review/1686028...@github.com>

Reply via email to