]> git.saurik.com Git - wxWidgets.git/commit
Removed invalid use of sizeFlags parameter for SetSize call in generic calendar control.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 17 Apr 2011 21:45:36 +0000 (21:45 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 17 Apr 2011 21:45:36 +0000 (21:45 +0000)
commit4be0198dcefaf00c7a2c59c541262a39144eb9dc
treeb582ef9d33a1cb0135033ea274cf5e3b044cf7ef
parent0e5d4c38a3881ac290689af3ddf2a96623d97683
Removed invalid use of sizeFlags parameter for SetSize call in generic calendar control.

In r39715 the height parameter of a call to SetSize was changed to -1, however the previous coordinate value remained and became the fifth parameter which represents bit flags. Simply removed the fifth parameter.

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