Changeset 96


Ignore:
Timestamp:
Aug 9, 2006, 6:27:21 PM (19 years ago)
Author:
Eugene Romanenko
Message:

fixed printing with isFixedImage()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Lucide/SOURCE/gui/print.cpp

    r93 r96  
    215215
    216216    double zoom = 1.0;
    217     if ( doc->isScalable( ev ) )
     217    if ( doc->isScalable( ev ) && !doc->isFixedImage( ev ) )
    218218    {
    219219        double maxcoeff = psetup->higherQuality ? HIGH_IMAGE_ZOOM : STD_IMAGE_ZOOM;
Note: See TracChangeset for help on using the changeset viewer.