Changed wxGridCellAttr::HasAlignment to treat values of -1 as no
authorMichael Bedward <mbedward@ozemail.com.au>
Thu, 27 Jul 2000 04:09:21 +0000 (04:09 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Thu, 27 Jul 2000 04:09:21 +0000 (04:09 +0000)
commit0767cb6f445806aaddd49014dca21d39cb4b3688
tree46a897af2425ae2eca758429c7ca60207abf3d74
parent4c7277db4297598449acf3854cf259298d429b01
Changed wxGridCellAttr::HasAlignment to treat values of -1 as no
alignment because wxALIGN_LEFT and wxALIGN_TOP are 0.

Updated griddemo.cpp to use correct alignment defs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
samples/newgrid/griddemo.cpp