Fixed [ 1645203 ] Problem with resizing floating panes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
89272c55ca
commit
ab620250da
@ -2374,7 +2374,7 @@ void wxAuiManager::Update()
|
|||||||
{
|
{
|
||||||
// frame already exists, make sure it's position
|
// frame already exists, make sure it's position
|
||||||
// and size reflect the information in wxAuiPaneInfo
|
// and size reflect the information in wxAuiPaneInfo
|
||||||
if (p.frame->GetPosition() != p.floating_pos)
|
if ((p.frame->GetPosition() != p.floating_pos) || (p.frame->GetSize() != p.floating_size))
|
||||||
{
|
{
|
||||||
p.frame->SetSize(p.floating_pos.x, p.floating_pos.y,
|
p.frame->SetSize(p.floating_pos.x, p.floating_pos.y,
|
||||||
p.floating_size.x, p.floating_size.y,
|
p.floating_size.x, p.floating_size.y,
|
||||||
|
Loading…
Reference in New Issue
Block a user