]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed brush realization as suggested by Franz Bakan.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 5 Jun 2006 18:47:22 +0000 (18:47 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 5 Jun 2006 18:47:22 +0000 (18:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/brush.cpp

index d4a0a320dd8d64dd38e49e789392f94776b5c116..8e4682fff7330427599bf702508d542b9d9443c1 100644 (file)
@@ -197,8 +197,8 @@ bool wxBrush::RealizeResource()
         bOk = (bool)::GpiSetAttrs( M_BRUSHDATA->m_hBrush
                                   ,PRIM_AREA
                                   ,ABB_COLOR | ABB_BACK_COLOR | ABB_MIX_MODE | ABB_BACK_MIX_MODE |
-                                   ABB_SET | ABB_SYMBOL
-                                  ,ABB_REF_POINT
+                                   ABB_SET | ABB_SYMBOL | ABB_REF_POINT
+                                  ,ABB_SET | ABB_SYMBOL | ABB_REF_POINT
                                   ,&M_BRUSHDATA->m_vBundle
                                  );
         if (!bOk)