Logic setting bounds of form is fixed when form is attached splitpanel.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Mon, 18 Mar 2013 06:48:03 +0000 (15:48 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Mon, 18 Mar 2013 06:48:03 +0000 (15:48 +0900)
Change-Id: Id1f80681856f1f9b6f8d32ad8dd7e4b860d14945

src/ui/controls/FUiCtrl_SplitPanelPresenter.cpp

index 7957001..0581c7b 100644 (file)
@@ -656,6 +656,8 @@ _SplitPanelPresenter::SetPaneBounds(void)
                        __setFirstDividerPositionChangeEvent = false;
                        __pSplitPanel->SendSplitPanelEvent(_SPLIT_PANEL_EVENT_DIVIDER_POSITION_CHANGE);
                }
+               pFirstPane->Invalidate(true);
+               pSecondPane->Invalidate(true);
        }
 
        return r;