[gtk-quartz-engine] Resolves bug #24, garbled text in selection dialog box



commit da3111bbed724f37dfb98669a4434607504db65d
Author: John Ralls <jralls ceridwen us>
Date:   Tue Jan 5 15:18:39 2010 -0800

    Resolves bug #24, garbled text in selection dialog box

 src/quartz-style.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/quartz-style.c b/src/quartz-style.c
index c14ebd4..978c5a2 100644
--- a/src/quartz-style.c
+++ b/src/quartz-style.c
@@ -1410,6 +1410,8 @@ draw_flat_box (GtkStyle      *style,
                                    area, widget, detail, x, y, width, height);
       return;
     }
+  parent_class->draw_flat_box (style, window, state_type, shadow_type,
+			       area, widget, detail, x, y, width, height);
 }
 
 static void



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