]> git.saurik.com Git - wxWidgets.git/commit
Make the colours in the demo a bit more logical.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 13:59:39 +0000 (13:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 13:59:39 +0000 (13:59 +0000)
commit77ea22ef1cd3cb0acd3d3f2943506c527a3002de
tree507c25a16b9470f4df14ae5cd06d372a6864085b
parentde40d7364730fd9556620ea5411689dad1c9e28a
Make the colours in the demo a bit more logical.

Make the colours of the items in the "attributes" column blue/green/red in
order instead of making all odd items blue and all even and divisible by 3
ones green while making the rest of them red -- it was a bit difficult to
figure out how it worked before.

Also correct wxDataViewItemAttr::SetItalic() check: comparing the remainder of
the division by 2 with 5 didn't risk to work.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dataview/mymodels.cpp