Re: Intent to release 3.0.1
Jean Bréfort <[email protected]> Sun, 23 Nov 2014 16:44:23 +0100
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
I see, but then, I don't understand why there is a need to overload the method in the win32 class since we have a default which returns false. Jean Le dimanche 23 novembre 2014 =C3=A0 10:34 -0500, Hubert Figui=C3=A8re a =C3= =A9crit : > On 23/11/14 03:38 AM, Jean Br=C3=A9fort wrote: >=20 > > You don't need to assert in the getColor3D method, just returning fal= se > > should work. Note that I think we should have implemented this defaul= t > > behavior (as was done for the CairoNull_Graphics class instead of > > having a pure virtual method). >=20 > This is a change I made in trunk@35018 recently so it doesn't impact > 3.0.x which is what I wanted to make sure was ready. >=20 >=20 > Hub