summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 23:28:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 23:28:01 +0000
commit21de1dcebcd6136c84f04dcffc632af4be07e07d (patch)
tree3c2694b59c2532780ae25e0b821a7eaa44defb75
parentfd3ca835e98b4d54cda13938d3476a711d0089ec (diff)
downloadgtk-qt-engine-21de1dce.tar.gz
gtk-qt-engine-21de1dce.zip
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
-rw-r--r--src/qt_qt_wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp
index d871e61..12e145d 100644
--- a/src/qt_qt_wrapper.cpp
+++ b/src/qt_qt_wrapper.cpp
@@ -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))