[gimp] Bug 795057 - Insensitive text in plug-ins is unreadable with dark themes



commit c0eb7858a56f11181b6534a5f9beee0666eaf4bc
Author: Jehan <jehan girinstud io>
Date:   Sat Apr 21 12:08:46 2018 +0200

    Bug 795057 - Insensitive text in plug-ins is unreadable with dark themes
    
    Don't fix too early! In some cases, PixbufStyle class is not found and
    the fix failed.

 libgimp/gimpui.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/gimpui.c b/libgimp/gimpui.c
index 3f6422d..4dbf0a4 100644
--- a/libgimp/gimpui.c
+++ b/libgimp/gimpui.c
@@ -149,8 +149,6 @@ gimp_ui_init (const gchar *prog_name,
   themerc = gimp_personal_rc_file ("themerc");
   gtk_rc_parse (themerc);
 
-  gimp_ui_fix_pixbuf_style ();
-
   file = g_file_new_for_path (themerc);
   g_free (themerc);
 
@@ -184,6 +182,7 @@ gimp_ui_init (const gchar *prog_name,
   [NSApp activateIgnoringOtherApps:YES];
 #endif
 
+  gimp_ui_fix_pixbuf_style ();
   gimp_ui_initialized = TRUE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]