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

(-)imgprod.cxx (+7 lines)
Lines 392-397 Link Here
392
392
393
	if( maConsList.Count() )
393
	if( maConsList.Count() )
394
	{
394
	{
395
        bool bNotifyEmptyGraphics = false;
396
395
		// valid stream or filled graphic? => update consumers
397
		// valid stream or filled graphic? => update consumers
396
		if( mpStm || ( mpGraphic->GetType() != GRAPHIC_NONE ) )
398
		if( mpStm || ( mpGraphic->GetType() != GRAPHIC_NONE ) )
397
		{
399
		{
Lines 405-412 Link Here
405
407
406
			if( mpGraphic->GetType() != GRAPHIC_NONE )
408
			if( mpGraphic->GetType() != GRAPHIC_NONE )
407
				ImplUpdateData( *mpGraphic );
409
				ImplUpdateData( *mpGraphic );
410
            else
411
                bNotifyEmptyGraphics = true;
408
		}
412
		}
409
		else
413
		else
414
            bNotifyEmptyGraphics = true;
415
416
        if ( bNotifyEmptyGraphics )
410
		{
417
		{
411
			// reset image
418
			// reset image
412
			List	aTmp;
419
			List	aTmp;

Return to issue 14740