Fix gtk-qt-engine checkboxes and radiobuttons disappearing on click

This disables the (badly broken) focusrect support


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1244336 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent fd3ca835e9
commit 21de1dcebc

@ -1724,7 +1724,7 @@ void drawArrow(GdkWindow* window, GtkStyle* style, GtkStateType state, GtkArrowT
void drawFocusRect(GdkWindow * window, GtkStyle * style, int x, int y, int w, int h)
{
if (!gtkQtEnable)
// if (!gtkQtEnable)
return;
if ((w < 1) || (h < 1))

Loading…
Cancel
Save