[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-7-g9d2ab67a3
wwp at claws-mail.org
wwp at claws-mail.org
Tue Nov 8 20:04:40 UTC 2022
The branch, gtk2 has been updated
via 9d2ab67a3478a93e25ec18f879bea2a7e0627505 (commit)
from 19e52f80a77bbe6d2969f354753578b742258f1d (commit)
Summary of changes:
src/mainwindow.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 9d2ab67a3478a93e25ec18f879bea2a7e0627505
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 f0a1111e8..0710d8c02 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2759,6 +2759,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