View | Details | Raw Unified | Return to issue 75480
Collapse All | Expand All

(-)source/engine/drawshape.cxx (-1 / +1 lines)
Lines 332-338 namespace slideshow Link Here
332
332
333
                    // If we cannot not prefetch, be defensive and assume
333
                    // If we cannot not prefetch, be defensive and assume
334
                    // full shape size
334
                    // full shape size
335
                    if( !pRenderer )
335
                    if( pRenderer )
336
                    {
336
                    {
337
                        // temporarily, switch total transformation to identity
337
                        // temporarily, switch total transformation to identity
338
                        // (need the bounds in the [0,1]x[0,1] unit coordinate
338
                        // (need the bounds in the [0,1]x[0,1] unit coordinate

Return to issue 75480