win, dc, size, position, orient, flags);
return;
}
-
+
// I don't know if it is correct to use the rebar background for the
// splitter but it least this works ok in the default theme
wxUxThemeHandle hTheme(win, L"REBAR");
if ( orient == wxVERTICAL )
{
rect.left = position;
- rect.right = position + SASH_WIDTH;
+ rect.right = position + SASH_WIDTH;
rect.top = 0;
rect.bottom = size.y;
}
0 /* no state */ ,
&rect,
NULL
- );
+ );
}
}