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:
@@ -244,7 +244,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
|
|||||||
{
|
{
|
||||||
if ( !win->HasFlag(wxSP_NO_XP_THEME) )
|
if ( !win->HasFlag(wxSP_NO_XP_THEME) )
|
||||||
{
|
{
|
||||||
wxUxThemeHandle hTheme(win, L"WINDOW");
|
wxUxThemeHandle hTheme(win, L"REBAR");
|
||||||
if ( hTheme )
|
if ( hTheme )
|
||||||
{
|
{
|
||||||
RECT rect;
|
RECT rect;
|
||||||
|
Reference in New Issue
Block a user