Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine
authorJulian Smart <julian@anthemion.co.uk>
Sun, 2 Jul 2006 13:43:42 +0000 (13:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 2 Jul 2006 13:43:42 +0000 (13:43 +0000)
commit05b4fddf49a7c3b0f983b195b376d06690da16de
tree8db3aedbb743ef0246935ae7402db9570e00c893
parentf2a59080e93be0631d05065b42600cf969e5d995
Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine
Setting the default style now combines the default with the
new style, instead of just overriding it, so it is possible to
select e.g. bold and italic simultaneously in the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextbuffer.h
src/richtext/richtextbuffer.cpp