On Tue, Jan 27, 2015 at 1:25 PM, Adrien Schwartzentruber &lt;adrien.schwartzentruber@gmail.com&gt; wrote:<br>
<blockquote type="cite"><div dir="ltr">Hello guys,<div><br></div><div>I compiled webkitgtk-2.6.4 and I observed that the checkbox apparence miss the arrow.&nbsp;</div><div><br></div><div>Does someone have an idea of the cause of this behavior ?&nbsp;</div><div><br></div><div><br></div><div>Regards,</div><div>Adrien &nbsp;</div></div></blockquote><div><br></div><div>What version of GTK+ are you using? Checkboxes changed in GTK+ 3.14 with the addition of GTK_STATE_FLAG_CHECKED. I have two thoughts:</div><div><br></div><div>* What GTK+ theme are you using? If it's something other than Adwaita and you're using GTK+ 3.14, then it's possible the theme is incompatible with GTK+ 3.14; specifically, it may not have been updated to use GTK_STATE_FLAG_CHECKED. (Unfortunately, GTK+ themes must be regularly updated for changes like this.) But if your theme is to blame, then GtkCheckButton should be broken in all GTK+ applications, not just WebKitGTK+.</div><div><br><div>* We tried to make 2.6 compatible with whatever version of GTK+ it is compiled against. Maybe there's a bug when compiled against older GTK+, but this seems unlikely since in that case the code should be the same as it always was. There's also the unlikely possibility that you compiled WebKitGTK+ against a different version of GTK+ than you're running it with.</div></div>