summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e431dd0)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62062
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- [m_macWindow makeKeyAndOrderFront:nil];
+ wxNonOwnedWindow* wxpeer = GetWXPeer();
+ if (wxpeer && !(wxpeer->GetWindowStyle() & wxFRAME_TOOL_WINDOW))
+ [m_macWindow makeKeyAndOrderFront:nil];
+ else
+ [m_macWindow orderFront:nil];
+
[[m_macWindow contentView] setNeedsDisplay:YES];
}
else
[[m_macWindow contentView] setNeedsDisplay:YES];
}
else