Don't apply gravity before requested sash position was set in wxSplitterWindow.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:40 +0000 (19:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 19:48:40 +0000 (19:48 +0000)
commitc79d40fe1e07a2bbb9aa92b6978a6271b269fbf4
treef0b3b96e98f05d56ed588c09bfeb643a6ea451be
parent31174267f861bac32def6f023cfc718fa40a777d
Don't apply gravity before requested sash position was set in wxSplitterWindow.

Gravity should take effect only after the originally requested sash position
is set as otherwise it's not really taken into account.

Closes #13508.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/splitter.cpp