[Commits] [SCM] claws branch, master, updated. 4.1.1-10-g8d158aaeb

paul at claws-mail.org paul at claws-mail.org
Tue Nov 8 09:39:18 UTC 2022


The branch, master has been updated
       via  8d158aaebec94841ff8e8e76db68e1959a283ded (commit)
      from  3bcd1c797e015b6d0b6119a3d589bc6581c4f927 (commit)

Summary of changes:
 src/mainwindow.c | 2 ++
 1 file changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit 8d158aaebec94841ff8e8e76db68e1959a283ded
Author: Paul <paul at claws-mail.org>
Date:   Tue Nov 8 09:39:11 2022 +0000

    fix bug where, when starting with msgview hidden, toggling msgview to show it would use incorrect height

diff --git a/src/mainwindow.c b/src/mainwindow.c
index 566127558..0a04e6104 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2728,6 +2728,8 @@ void main_window_toggle_message_view(MainWindow *mainwin)
 			mainwin->messageview->visible = TRUE;
 			gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), ppaned);
 			gtk_container_add(GTK_CONTAINER(container), ppaned);
+			gtk_paned_set_position(GTK_PANED(ppaned),
+					       prefs_common.summaryview_height);
 			g_object_unref(ppaned);
 		}
 		break;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list