call gtk_paint_focus() with NORMAL state, not SELECTED, for unselected items as other...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Feb 2007 10:58:56 +0000 (10:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Feb 2007 10:58:56 +0000 (10:58 +0000)
commit72be9a3a27726e25f1b845075a4e895686e8fc69
treeba43141ccd3259d1b562a73d69624ac5191f8656
parent404ac4c67da7d9a454e0c0a64395e024d92a2253
call gtk_paint_focus() with NORMAL state, not SELECTED, for unselected items as otherwise the focus rectangle is invisible with some themes (e.g. the Ubuntu default one) and it generally makes more sense

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/renderer.cpp