@eht16 commented on this pull request.


In src/keyfile.c:

>  
 	/* 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;

I had only a quick look on the code but tested it again and it works fine.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3611/review/1686112436@github.com>