mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
Really fix the problem with undocking. :)
This commit is contained in:
parent
0f8a279579
commit
a860dc2862
@ -512,7 +512,9 @@ void CNSNavFrame::CalcClientArea(RECT* lpRectClient, CNSGenFrame * pParentFrame)
|
||||
//------------------------------------------------------------------------------
|
||||
void CNSNavFrame::ForceFloat(BOOL show)
|
||||
{
|
||||
|
||||
// Find out what our parent frame is before we go futzing around with styles.
|
||||
CFrameWnd *pLayout = GetParentFrame();
|
||||
|
||||
// Notify HT of our new state. Reset to the popup state.
|
||||
HT_SetTreeStateForButton(HT_TopNode(HT_GetSelectedView(GetHTPane())), HT_POPUP_WINDOW);
|
||||
HT_SetWindowType(GetHTPane(), HT_STANDALONE_WINDOW);
|
||||
@ -527,7 +529,6 @@ void CNSNavFrame::ForceFloat(BOOL show)
|
||||
else SetWindowPos(&wndNoTopMost, 0, 0, 0, 0, SWP_FRAMECHANGED
|
||||
| SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOSIZE | SWP_HIDEWINDOW);
|
||||
|
||||
CFrameWnd *pLayout = GetParentFrame();
|
||||
SetParent(NULL);
|
||||
|
||||
if (m_DragWnd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user