Guess settings for reasonable behaviour in all 3 standard XP themes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-05-17 13:23:51 +00:00
parent c0e7c9a98b
commit 84c62b4f52

View File

@ -244,7 +244,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
{
if ( !win->HasFlag(wxSP_NO_XP_THEME) )
{
wxUxThemeHandle hTheme(win, L"WINDOW");
wxUxThemeHandle hTheme(win, L"REBAR");
if ( hTheme )
{
RECT rect;