git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74087
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxFrame *frame = wxDynamicCast( win, wxFrame ) ;
if ( frame )
{
const wxFrame *frame = wxDynamicCast( win, wxFrame ) ;
if ( frame )
{
- if ( frame->GetWindowStyleFlag() & wxRESIZE_BORDER )
+ // starting from 10.7 there are no resize indicators anymore
+ if ( (frame->GetWindowStyleFlag() & wxRESIZE_BORDER) && UMAGetSystemVersion() < 0x1070)
{
// Parent frame has resize handle
wxPoint frameBottomRight = frame->GetScreenRect().GetBottomRight();
{
// Parent frame has resize handle
wxPoint frameBottomRight = frame->GetScreenRect().GetBottomRight();