Title: [173957] releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog
Revision
173957
Author
[email protected]
Date
2014-09-25 06:39:06 -0700 (Thu, 25 Sep 2014)

Log Message

Merge r172896 - [GTK] Toggle buttons visually broken with GTK+ 3.13.7
https://bugs.webkit.org/show_bug.cgi?id=136130

Patch by Michael Catanzaro <[email protected]> on 2014-08-24
Reviewed by Martin Robinson.

No new tests. Hopefully covered by existing tests, and our tests only
run with GTK+ 3.6 anyway.

* platform/gtk/RenderThemeGtk3.cpp:
(WebCore::paintToggle): use GTK_STATE_FLAG_CHECKED when compiling for
GTK+ 3.13.7 and above to ensure toggle buttons display as toggled.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog (173956 => 173957)


--- releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2014-09-25 13:31:32 UTC (rev 173956)
+++ releases/WebKitGTK/webkit-2.4/Source/WebCore/ChangeLog	2014-09-25 13:39:06 UTC (rev 173957)
@@ -1,3 +1,17 @@
+2014-08-24  Michael Catanzaro  <[email protected]>
+
+        [GTK] Toggle buttons visually broken with GTK+ 3.13.7
+        https://bugs.webkit.org/show_bug.cgi?id=136130
+
+        Reviewed by Martin Robinson.
+
+        No new tests. Hopefully covered by existing tests, and our tests only
+        run with GTK+ 3.6 anyway.
+
+        * platform/gtk/RenderThemeGtk3.cpp:
+        (WebCore::paintToggle): use GTK_STATE_FLAG_CHECKED when compiling for
+        GTK+ 3.13.7 and above to ensure toggle buttons display as toggled.
+
 2014-08-26  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Selection background is rendered white when unfocused with recent GTK+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to