[gedit/wip/text-cut-off-1] text-cut-off: disable gtk animations
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/text-cut-off-1] text-cut-off: disable gtk animations
- Date: Thu, 21 Jul 2022 17:54:47 +0000 (UTC)
commit 991351decf51b11f64ca2d50bdf3991607823967
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date: Thu Jul 21 19:49:09 2022 +0200
text-cut-off: disable gtk animations
gedit/gedit-app.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index 5532d5975..3da1574ea 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -648,6 +648,10 @@ gedit_app_startup (GApplication *application)
G_APPLICATION_CLASS (gedit_app_parent_class)->startup (application);
+ g_object_set (gtk_settings_get_default (),
+ "gtk-enable-animations", FALSE,
+ NULL);
+
/* Setup debugging */
gedit_debug_init ();
gedit_debug_message (DEBUG_APP, "Startup");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]